We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37fb380 commit 47fd17fCopy full SHA for 47fd17f
invesalius/gui/task_slice.py
@@ -771,6 +771,7 @@ def __bind_events(self):
771
Publisher.subscribe(self.SetGradientColour, 'Add mask')
772
Publisher.subscribe(self._set_brush_size, 'Set edition brush size')
773
Publisher.subscribe(self._set_threshold_range_gui, 'Set edition threshold gui')
774
+ Publisher.subscribe(self.ChangeMaskColour, 'Set GUI items colour')
775
776
def ChangeMaskColour(self, colour):
777
self.gradient_thresh.SetColour(colour)
0 commit comments