HomePhabricator
Diffusion MITK 78c7dc4a6bd9

Merge branch 'bugfix/T29546-FixVariousCrashes' into develop
Concern Raised78c7dc4a6bd9

Description

Merge branch 'bugfix/T29546-FixVariousCrashes' into develop

Details

Auditors
floca
kislinsk
Provenance
kislinskAuthored on Apr 28 2023, 3:19 PM
kislinskPushed on Apr 28 2023, 3:19 PM
Parents
rMITKbb5943b91ca7: Improve code formatting
rMITK5b0c1ae43f3d: Total Segmentator tool: support for all subtasks
Branches
Unknown
Tags
Unknown

Event Timeline

floca raised a concern with this commit.Apr 28 2023, 6:12 PM
floca added a subscriber: floca.
floca added inline comments.
/Modules/SegmentationUI/Qmitk/QmitkMultiLabelInspector.cpp
615–623

first of all thanks for fixing so many problems! Damn it is **** that we missed them so far.

To that code: Why are you bound the action to remove a group to the fact that there is a label?
I would anderstand if you check that there is more than one group.

This commit now has outstanding concerns.Apr 28 2023, 6:12 PM
/Modules/SegmentationUI/Qmitk/QmitkMultiLabelInspector.cpp
615–623

That was the intent. I copied it from another location where I thought the next group is searched as well but I guess I misinterpreted it. Is there already a method for counting groups or getting the next group?

kislinsk marked an inline comment as done.
kislinsk added inline comments.
/Modules/SegmentationUI/Qmitk/QmitkMultiLabelInspector.cpp
615–623

See D811.