From 0796c06e2328f6c9623663e3bd9dcac1d3d5a66f Mon Sep 17 00:00:00 2001 From: apo Date: Mon, 10 Oct 2005 05:57:16 +0000 Subject: [PATCH] To set background color --- src/VVTK/VVTK_ViewModel.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } } } -- 2.39.2