Page MenuHomePhabricator

Synchronize node color with color of active label in LabelSetImage
Closed, ResolvedPublic

Description

Changing the color of a node containing a LabelSetImage should change the color of the active label and vice versa.

Event Timeline

Having true synchronization would require more work than the resulting ease of use would be worth. The active label is set inside the labelset and has no connection to the node, which would require throwing events and listening to all changes of all labelsetimages and changing the color properties accordingly. On the other hand just synchronizing the color change for the active label and the color property can be done in the mapper (provided we only have one active label and do not intend to support multiple).
This however does not provide any benefit without the active label detection.

goch moved this task from Backlog to Included on the MITK (2016-11) board.