From: mkr Date: Thu, 31 May 2007 08:00:25 +0000 (+0000) Subject: Porting to Qt4. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=614022815c6e81fd78b82042b278852da86ebe0a;p=modules%2Fgui.git Porting to Qt4. --- 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.*/