X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FModel%2FModel_Update.h;h=9ca9045450b8b16ae19f63833e4b8038ee925017;hb=b0196aeefbaa53754b1052fab904386707caad87;hp=9a6ecc711bb27da78d47103aaec41dab8d9a67e9;hpb=7c8c1517e8638583eadf37db82ac57f21441973e;p=modules%2Fshaper.git diff --git a/src/Model/Model_Update.h b/src/Model/Model_Update.h index 9a6ecc711..9ca904545 100644 --- a/src/Model/Model_Update.h +++ b/src/Model/Model_Update.h @@ -62,9 +62,10 @@ class Model_Update : public Events_Listener myProcessOnFinish; /// to avoid infinitive cycling: feature -> count of the processing periods during this update std::map, int > myProcessed; - /// if preview in hte property panel is blocked and - /// any update is postponed until the end of operation + /// if preview in the property panel is blocked any update is postponed until end of operation bool myIsPreviewBlocked; + /// disables any update if it is true, even on start/finish operation, undo, etc. + bool myUpdateBlocked; public: /// Is called only once, on startup of the application