X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormTabular.h;h=08002a16b1df8b86460f3a981471f8ff4af7bdc0;hb=2c3af1475e2a408f725b5eea93583ee13e3d09cc;hp=509a4f6b5a33e30349b6cf7762f0184f1e1d915d;hpb=caf1ad7d8df58c63c05040d785ad046f4da3a8a3;p=lyx.git diff --git a/src/frontends/xforms/FormTabular.h b/src/frontends/xforms/FormTabular.h index 509a4f6b5a..08002a16b1 100644 --- a/src/frontends/xforms/FormTabular.h +++ b/src/frontends/xforms/FormTabular.h @@ -90,6 +90,8 @@ private: int actCell_; /// The ButtonController ButtonController bc_; + /// if we are applying stuff during a close of the dialog + bool closing_; };