mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
Update views on the module activation
This commit is contained in:
parent
68d2446f69
commit
26999fa04d
@ -4984,8 +4984,10 @@ bool SMESHGUI::activateModule( SUIT_Study* study )
|
||||
if ( aDesk ) {
|
||||
QList<SUIT_ViewWindow*> wndList = aDesk->windows();
|
||||
SUIT_ViewWindow* wnd;
|
||||
foreach ( wnd, wndList )
|
||||
connectView( wnd );
|
||||
foreach(wnd, wndList) {
|
||||
connectView(wnd);
|
||||
wnd->update();
|
||||
}
|
||||
}
|
||||
|
||||
Py_XDECREF(pluginsmanager);
|
||||
|
Loading…
Reference in New Issue
Block a user