]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.h
Fix bug #2213 (part 1): GuiChanges lacks "Previous Change" button.
[lyx.git] / src / LyXAction.h
index 286afac16f1945279ba60985752715df75bccddb..5203bc4fcd62338098f481f240fb8e7283953e34 100644 (file)
@@ -68,7 +68,8 @@ public:
                NoBuffer = 2, //< Can be used when there is no document open
                Argument = 4, //< Requires argument
                NoUpdate = 8, //< Does not (usually) require update
-               SingleParUpdate = 16 //< Usually only requires this par updated
+               SingleParUpdate = 16, //< Usually only requires this par updated
+               AtPoint = 32, //< dispatch first to inset at cursor if there is one
        };
 
        LyXAction();