X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_Workshop.h;h=37c04437fdc18426d5a0527af068e7ae500853ce;hb=52a2aa0728f8694d5774a20bd1eeba8e5e2f8b27;hp=ff4a8708a336473849d6f8f4e0f2cdeb36e6103d;hpb=ba8119ee40e4a1f84df10304dd420d0b9c0a9527;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_Workshop.h b/src/XGUI/XGUI_Workshop.h index ff4a8708a..37c04437f 100644 --- a/src/XGUI/XGUI_Workshop.h +++ b/src/XGUI/XGUI_Workshop.h @@ -441,6 +441,9 @@ private: // Flag to check that part document is in process of activating bool myPartActivating; + + /// The flag is true when we loading a document + bool myIsLoadingData; }; #endif