Skip to content

Commit 47fd17f

Browse files
committed
FIX: changing mask was not changing edition threshold mask colour
1 parent 37fb380 commit 47fd17f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

invesalius/gui/task_slice.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,7 @@ def __bind_events(self):
771771
Publisher.subscribe(self.SetGradientColour, 'Add mask')
772772
Publisher.subscribe(self._set_brush_size, 'Set edition brush size')
773773
Publisher.subscribe(self._set_threshold_range_gui, 'Set edition threshold gui')
774+
Publisher.subscribe(self.ChangeMaskColour, 'Set GUI items colour')
774775

775776
def ChangeMaskColour(self, colour):
776777
self.gradient_thresh.SetColour(colour)

0 commit comments

Comments
 (0)