diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index 1ae2f8db9..661a7b09e 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -4984,8 +4984,10 @@ bool SMESHGUI::activateModule( SUIT_Study* study ) if ( aDesk ) { QList wndList = aDesk->windows(); SUIT_ViewWindow* wnd; - foreach ( wnd, wndList ) - connectView( wnd ); + foreach(wnd, wndList) { + connectView(wnd); + wnd->update(); + } } Py_XDECREF(pluginsmanager);