mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 02:30:33 +05:00
Fix for bug PAL13338 : EDF PAL266 SMESH: no mesh update via Display Only after editing the hypothesis.
This commit is contained in:
parent
ffd567ddfa
commit
ecf147ce97
@ -1217,6 +1217,11 @@ bool SMESHGUI::OnGUIEvent( int theCommandID )
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// PAL13338 -->
|
||||
if ( ( theCommandID==301 || theCommandID==302 ) && !checkLock(aStudy) )
|
||||
SMESH::UpdateView();
|
||||
// PAL13338 <--
|
||||
|
||||
if (anAction == SMESH::eErase) {
|
||||
SALOME_ListIO l1;
|
||||
@ -1224,6 +1229,7 @@ bool SMESHGUI::OnGUIEvent( int theCommandID )
|
||||
}
|
||||
else
|
||||
aSel->setSelectedObjects( to_process );
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user