From 81df13a7b87fc60c323550c374114dd3450ac06c Mon Sep 17 00:00:00 2001 From: tfmoraes Date: Fri, 14 Aug 2009 17:48:28 +0000 Subject: [PATCH] ENH: Changing the raycasting background based on the preset --- invesalius/data/volume.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/data/volume.py b/invesalius/data/volume.py index 83443b4..7ffff9e 100755 --- a/invesalius/data/volume.py +++ b/invesalius/data/volume.py @@ -116,7 +116,7 @@ class Volume(): self.__config_preset() self.SetShading() colour = self.CreateBackgroundColor() - ps.Publisher.sendMessage('Set colour interactor', colour) + ps.Publisher.sendMessage('Change volume viewer background colour', colour) def __config_preset(self): if self.config['advancedCLUT']: -- libgit2 0.21.2