]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormTabular.h
use exclicit temp var
[lyx.git] / src / frontends / xforms / FormTabular.h
index 509a4f6b5a33e30349b6cf7762f0184f1e1d915d..08002a16b1df8b86460f3a981471f8ff4af7bdc0 100644 (file)
@@ -90,6 +90,8 @@ private:
        int actCell_;
        /// The ButtonController
        ButtonController<OkCancelReadOnlyPolicy, xformsBC> bc_;
+       /// if we are applying stuff during a close of the dialog
+       bool closing_;
 };