Update views on the module activation

This commit is contained in:
vsv 2019-12-26 16:55:21 +03:00
parent 68d2446f69
commit 26999fa04d

View File

@ -4984,8 +4984,10 @@ bool SMESHGUI::activateModule( SUIT_Study* study )
if ( aDesk ) {
QList<SUIT_ViewWindow*> wndList = aDesk->windows();
SUIT_ViewWindow* wnd;
foreach ( wnd, wndList )
foreach(wnd, wndList) {
connectView(wnd);
wnd->update();
}
}
Py_XDECREF(pluginsmanager);