From: vsv Date: Thu, 26 Dec 2019 13:55:21 +0000 (+0300) Subject: Update views on the module activation X-Git-Tag: V9_5_0a1~5^2~22 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=26999fa04d737b9d3a2a46744e693954094cd64b;p=modules%2Fsmesh.git Update views on the module activation --- 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);