Page MenuHomePhabricator

Changing node color of LabelSetImage should change only color of first label
Closed, ResolvedPublic

Description

T19655 implemented changes in the LabelSetImageVtkMapper so that changing the node color of a LabelSetImage changes the color of the active label. That section of code is not exclusively called by the node color change and for images with multiple labels this will change the color of the active label to red (or the node color) on seemingly arbitrary occasions. More consistent behaviour should be found.