From: mkr Date: Wed, 29 Mar 2006 07:23:25 +0000 (+0000) Subject: Fix for IPAL11974 : TC: The Supervisor window is not activated through Window menu. X-Git-Tag: for_sharm~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f9fb27f7b2a6c5c2d546b0b5c29504a9686fd840;p=modules%2Fgui.git Fix for IPAL11974 : TC: The Supervisor window is not activated through Window menu. --- diff --git a/src/SUPERVGraph/SUPERVGraph_ViewFrame.cxx b/src/SUPERVGraph/SUPERVGraph_ViewFrame.cxx index 716cc8fca..1a8362daa 100755 --- a/src/SUPERVGraph/SUPERVGraph_ViewFrame.cxx +++ b/src/SUPERVGraph/SUPERVGraph_ViewFrame.cxx @@ -133,7 +133,6 @@ SUPERVGraph_View* SUPERVGraph_ViewFrame::getViewWidget() void SUPERVGraph_ViewFrame::setViewWidget( SUPERVGraph_View* theView ) { myView = theView; - setFocusProxy( myView ); // mkr : IPAL11388 }