From: ouv Date: Thu, 13 Oct 2005 11:27:18 +0000 (+0000) Subject: Minor changes X-Git-Tag: TG-D5-38-2003_D2005-20-12~168 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a90db6265f8d7b2d6184a341a43cb3fd6cc1bd48;p=modules%2Fvisu.git Minor changes --- diff --git a/src/VISUGUI/VisuGUI_PopupTools.cxx b/src/VISUGUI/VisuGUI_PopupTools.cxx index 8517e0b3..88bb6480 100644 --- a/src/VISUGUI/VisuGUI_PopupTools.cxx +++ b/src/VISUGUI/VisuGUI_PopupTools.cxx @@ -254,7 +254,7 @@ namespace typedef typename TViewer::TViewWindow TViewWindow; if(TViewWindow* aViewWindow = GetViewWindow(theModule)) if(VISU_Actor* anActor = FindActor(aViewWindow,theEntry.latin1())) - return anActor->GetVisibility() ? "1" : "0"; + return anActor->GetVisibility() ? "true" : "false"; return QString(); }