]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Repaint() method added
authorouv <ouv@opencascade.com>
Thu, 11 Aug 2005 13:30:02 +0000 (13:30 +0000)
committerouv <ouv@opencascade.com>
Thu, 11 Aug 2005 13:30:02 +0000 (13:30 +0000)
src/SVTK/SVTK_RenderWindow.h

index 371088351ab2d5293a65d1a20846179027b53a65..fcfea3edfe2f4169a2d930a7f15f56dbf48e7ab0 100644 (file)
@@ -65,7 +65,8 @@ class SVTK_EXPORT SVTK_RenderWindow : public QMainWindow
   bool isTrihedronDisplayed();
   bool isCubeAxesDisplayed();
 
-  void Repaint( bool theUpdateTrihedron = true );
+  void Repaint( bool theUpdateTrihedron );
+  void Repaint() { Repaint( true ); }
 
   void setBackgroundColor( const QColor& );
   QColor backgroundColor() const;