Salome HOME
PAL10125 - by double click on reference original object becomes selected
[modules/gui.git] / src / SUPERVGraph / SUPERVGraph_ViewFrame.cxx
index b98788db7be3333b7143fe78437ff080237390c6..ddab29d9507401760e91e64a41858169ebc337bc 100755 (executable)
@@ -279,3 +279,8 @@ void SUPERVGraph_ViewFrame::redo( const _PTR(Study)& aStudy,
   MESSAGE ( "SUPERVGraph_ViewFrame::redo" )
 }
 
+void SUPERVGraph_ViewFrame::resizeEvent( QResizeEvent* theEvent )
+{
+  QMainWindow::resizeEvent( theEvent );
+  if ( myView ) myView->resizeView( theEvent );
+}