]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix for bug PAL13475(Wrong selection of objects after Display/Erase from Python conso...
authormzn <mzn@opencascade.com>
Thu, 21 Sep 2006 13:14:17 +0000 (13:14 +0000)
committermzn <mzn@opencascade.com>
Thu, 21 Sep 2006 13:14:17 +0000 (13:14 +0000)
src/SOCC/SOCC_ViewModel.cxx

index 8d425a47c63d9d753e5dc20e575a0bd979a22b6e..8d27c10a7f94d19a83938200a8eb4c5dba11a2b0 100755 (executable)
@@ -521,12 +521,8 @@ void SOCC_Viewer::EraseAll( const bool forced )
     //  }
     //}
   }
-
-  // display trihedron if necessary
-  if ( isTrihedronDisplayed )
-    getAISContext()->Display( getTrihedron() );
-  else
-    Repaint();
+  
+  Repaint();
 }
 
 /*!