Commit 47fd17fe4cc8537cc30a24db925230909ce59fa4
1 parent
37fb3800
Exists in
master
FIX: changing mask was not changing edition threshold mask colour
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
invesalius/gui/task_slice.py
... | ... | @@ -771,6 +771,7 @@ class EditionTools(wx.Panel): |
771 | 771 | Publisher.subscribe(self.SetGradientColour, 'Add mask') |
772 | 772 | Publisher.subscribe(self._set_brush_size, 'Set edition brush size') |
773 | 773 | Publisher.subscribe(self._set_threshold_range_gui, 'Set edition threshold gui') |
774 | + Publisher.subscribe(self.ChangeMaskColour, 'Set GUI items colour') | |
774 | 775 | |
775 | 776 | def ChangeMaskColour(self, colour): |
776 | 777 | self.gradient_thresh.SetColour(colour) | ... | ... |