Salome HOME
Fix for bug IPAL10143 : Black rectangle in SUPERVISIUON viewer.
[modules/superv.git] / src / SUPERVGUI / SUPERVGUI.cxx
index 8c8886df04e84a00865fd49901022279ca662ab2..3a7d810cb1f4a58fef5e6e2ca17ce1a000901fb4 100644 (file)
@@ -680,6 +680,7 @@ bool SUPERVGUI::createDataflow( const NEW_DF_MODE mode, bool theInitialDF ) {
     }
     else
       registerGraph( f, main );
+    main->resizeView( new QResizeEvent( aViewFrame->size(), aViewFrame->size() ) );
     aViewFrame->show();
   }