]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
PostPro 2005: T1.5: Graduated rules. Initialization of dialog corrected for the case...
authorsln <sln@opencascade.com>
Wed, 25 May 2005 06:23:18 +0000 (06:23 +0000)
committersln <sln@opencascade.com>
Wed, 25 May 2005 06:23:18 +0000 (06:23 +0000)
src/VISUGUI/VisuGUI_CubeAxesDlg.cxx

index e2f78432ee08618bcd36382c8d28abbe184708aa..baefe0cb303b718a80284e5d8e5cebb821d74ad4 100755 (executable)
@@ -475,7 +475,7 @@ VisuGUI_CubeAxesDlg::~VisuGUI_CubeAxesDlg()
 bool VisuGUI_CubeAxesDlg::Init()\r
 {\r
   VTKViewer_ViewFrame* aFrame =  VisuGUI::GetVtkViewFrame();\r
-  if ( aFrame == 0  || !aFrame->isCubeAxesDisplayed() )\r
+  if ( aFrame == 0 )\r
     return false;\r
   \r
   SALOME_CubeAxesActor2D* anActor = aFrame->GetCubeAxes();\r