mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-15 15:40:33 +05:00
MPV: do not check the studyID with Checked Out study: for now check in may be performed on empty (not checked out) study
This commit is contained in:
parent
6e7e3b65cd
commit
61696c3ba9
@ -5056,7 +5056,7 @@ Engines::ListOfData* SMESH_Gen_i::getModifiedData(CORBA::Long studyId)
|
|||||||
{
|
{
|
||||||
Engines::ListOfData_var aResult = new Engines::ListOfData;
|
Engines::ListOfData_var aResult = new Engines::ListOfData;
|
||||||
|
|
||||||
if (myImportedStudyId == 0 || !myImportedStudyChanged) {
|
if (!myImportedStudyChanged) {
|
||||||
MESSAGE("Study is not changed")
|
MESSAGE("Study is not changed")
|
||||||
return aResult._retn();
|
return aResult._retn();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user