Commit 81df13a7b87fc60c323550c374114dd3450ac06c
1 parent
56c24d9b
Exists in
master
and in
6 other branches
ENH: Changing the raycasting background based on the preset
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/data/volume.py
... | ... | @@ -116,7 +116,7 @@ class Volume(): |
116 | 116 | self.__config_preset() |
117 | 117 | self.SetShading() |
118 | 118 | colour = self.CreateBackgroundColor() |
119 | - ps.Publisher.sendMessage('Set colour interactor', colour) | |
119 | + ps.Publisher.sendMessage('Change volume viewer background colour', colour) | |
120 | 120 | |
121 | 121 | def __config_preset(self): |
122 | 122 | if self.config['advancedCLUT']: | ... | ... |