]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.h
Fix bug 2029 (RtL space width)
[lyx.git] / src / LyXAction.h
index ce2d452764c82948c0369da90f70ff639ea58c21..f5766e23c93fdbefea3121dc7a0f1736250957df 100644 (file)
@@ -50,7 +50,8 @@ public:
                Noop = 0, //< nothing special about this func
                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
+               Argument = 4, //< Requires argument
+               NoUpdate = 8 //< Does not (usually) require update
        };
 
        LyXAction();