From 0f509e5f4a2d1aa3f11c60c12d6f32e8b6d73df8 Mon Sep 17 00:00:00 2001 From: mkr Date: Mon, 30 Jan 2006 09:26:35 +0000 Subject: [PATCH] Fix for bug IPAL11388 : It is impossible to switch between viewers after import of two graphs. --- src/SUPERVGraph/SUPERVGraph_ViewFrame.cxx | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.39.2