Page MenuHomePhabricator

[Segmentation] "Delete" in label instance context menu deletes the whole label
Closed, ResolvedPublic

Description

It correctly warns that is will do so but expected behavior is to delete the instance only.

Console output
QAbstractItemModel::endRemoveRows:  Invalid index ( 0 , 3 ) in model QmitkMultiLabelTreeModel(0x2316bbd87d0)
QAbstractItemModel::endRemoveRows:  Invalid index ( 0 , 0 ) in model QmitkMultiLabelTreeModel(0x2316bbd87d0)

Revisions and Commits

rMITK MITK
Restricted Differential Revision
Restricted Differential Revision

Event Timeline

kislinsk renamed this task from "Delete" in label instance context menu deletes the whole label to [Segmentation] "Delete" in label instance context menu deletes the whole label.May 3 2023, 12:27 PM
kislinsk triaged this task as Normal priority.
kislinsk created this task.
kislinsk added a revision: Restricted Differential Revision.May 3 2023, 3:01 PM

Deleted branch from rMITK MITK: bugfix/T29556-AddDeleteLabelInstanceToContextMenu.