]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix for bug IPAL11388 : It is impossible to switch between viewers after import of...
authormkr <mkr@opencascade.com>
Mon, 30 Jan 2006 09:26:35 +0000 (09:26 +0000)
committermkr <mkr@opencascade.com>
Mon, 30 Jan 2006 09:26:35 +0000 (09:26 +0000)
src/SUPERVGraph/SUPERVGraph_ViewFrame.cxx

index 1a8362daac37138cb1dadb623ea4aaa57012b990..716cc8fcac8f1aa6c2325fe0521f907e5e685a4c 100755 (executable)
@@ -133,6 +133,7 @@ SUPERVGraph_View* SUPERVGraph_ViewFrame::getViewWidget()
 void SUPERVGraph_ViewFrame::setViewWidget( SUPERVGraph_View* theView )
 {
   myView = theView;
+  setFocusProxy( myView ); // mkr : IPAL11388
 }