From: mkr Date: Mon, 30 Jan 2006 09:26:35 +0000 (+0000) Subject: Fix for bug IPAL11388 : It is impossible to switch between viewers after import of... X-Git-Tag: T_merge_to_HEAD_20060207~19 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0f509e5f4a2d1aa3f11c60c12d6f32e8b6d73df8;p=modules%2Fgui.git Fix for bug IPAL11388 : It is impossible to switch between viewers after import of two graphs. --- diff --git a/src/SUPERVGraph/SUPERVGraph_ViewFrame.cxx b/src/SUPERVGraph/SUPERVGraph_ViewFrame.cxx index 1a8362daa..716cc8fca 100755 --- a/src/SUPERVGraph/SUPERVGraph_ViewFrame.cxx +++ b/src/SUPERVGraph/SUPERVGraph_ViewFrame.cxx @@ -133,6 +133,7 @@ SUPERVGraph_View* SUPERVGraph_ViewFrame::getViewWidget() void SUPERVGraph_ViewFrame::setViewWidget( SUPERVGraph_View* theView ) { myView = theView; + setFocusProxy( myView ); // mkr : IPAL11388 }