X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.h;h=4d66c0f76b593ea6c0cba96dafe6022a75b7a539;hb=2bb86211292f416cd584023feb23dc3b86bc1761;hp=f5766e23c93fdbefea3121dc7a0f1736250957df;hpb=8d88a0b2c93078db11f20e65c8695d74f7ad705d;p=lyx.git diff --git a/src/LyXAction.h b/src/LyXAction.h index f5766e23c9..4d66c0f76b 100644 --- a/src/LyXAction.h +++ b/src/LyXAction.h @@ -51,7 +51,8 @@ public: ReadOnly = 1, //< can be used in RO mode (perhaps this should change) NoBuffer = 2, //< Can be used when there is no document open Argument = 4, //< Requires argument - NoUpdate = 8 //< Does not (usually) require update + NoUpdate = 8, //< Does not (usually) require update + SingleParUpdate = 16 //< Usually only requires this par updated }; LyXAction();