From: apo Date: Mon, 10 Oct 2005 05:57:16 +0000 (+0000) Subject: To set background color X-Git-Tag: BR-D5-38-2003_D2005-12-10~23 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0796c06e2328f6c9623663e3bd9dcac1d3d5a66f;p=modules%2Fvisu.git To set background color --- diff --git a/src/VVTK/VVTK_ViewModel.cxx b/src/VVTK/VVTK_ViewModel.cxx index e9dd5855..e0a4b62f 100644 --- a/src/VVTK/VVTK_ViewModel.cxx +++ b/src/VVTK/VVTK_ViewModel.cxx @@ -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(aViewWindow)){ - aView->getMainWindow()->setBackgroundColor(theColor); + aView->getMainWindow()->SetBackgroundColor(theColor); } } }