]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To set background color
authorapo <apo@opencascade.com>
Mon, 10 Oct 2005 05:57:16 +0000 (05:57 +0000)
committerapo <apo@opencascade.com>
Mon, 10 Oct 2005 05:57:16 +0000 (05:57 +0000)
src/VVTK/VVTK_ViewModel.cxx

index e9dd58555e99eca8eab4360b68e82d59a5f5e24a..e0a4b62f82f0cdce993fefdc93f761658c7150cc 100644 (file)
@@ -14,7 +14,7 @@
 VVTK_Viewer
 ::VVTK_Viewer()
 {
-  myTrihedronSize = 100;
+  myTrihedronSize = 105;
 }
 
 VVTK_Viewer
@@ -126,7 +126,7 @@ VVTK_Viewer
   for(int i = 0, iEnd = aViews.size(); i < iEnd; i++){
     if(SUIT_ViewWindow* aViewWindow = aViews.at(i)){
       if(TViewWindow* aView = dynamic_cast<TViewWindow*>(aViewWindow)){
-       aView->getMainWindow()->setBackgroundColor(theColor);
+       aView->getMainWindow()->SetBackgroundColor(theColor);
       }
     }
   }