From 614022815c6e81fd78b82042b278852da86ebe0a Mon Sep 17 00:00:00 2001 From: mkr Date: Thu, 31 May 2007 08:00:25 +0000 Subject: [PATCH] Porting to Qt4. --- src/VTKViewer/VTKViewer_ViewWindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VTKViewer/VTKViewer_ViewWindow.cxx b/src/VTKViewer/VTKViewer_ViewWindow.cxx index 51e65e284..507c2cf98 100755 --- a/src/VTKViewer/VTKViewer_ViewWindow.cxx +++ b/src/VTKViewer/VTKViewer_ViewWindow.cxx @@ -414,7 +414,7 @@ QColor VTKViewer_ViewWindow::backgroundColor() const myRenderer->GetBackground( backint ); return QColor(int(backint[0]*255), int(backint[1]*255), int(backint[2]*255)); } - return palette().color( backgroundRole() );//SUIT_ViewWindow::backgroundColor(); + return palette().color( backgroundRole() ); } /*!Repaint window. If \a theUpdateTrihedron is true - recalculate trihedron.*/ -- 2.39.2