]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.h
That didn't really work. So revert to old CSS for gray notes.
[lyx.git] / src / Cursor.h
index 0ed6981f267cfc055fcc1609ab64f29a1abe20b5..2b1505a5489c061ef1bfaab053e82ed8314df3b9 100644 (file)
@@ -377,7 +377,8 @@ public:
        ///
        void niceInsert(MathAtom const & at);
        ///
-       void niceInsert(docstring const & str, Parse::flags f = Parse::NORMAL);
+       void niceInsert(docstring const & str, Parse::flags f = Parse::NORMAL,
+                       bool enter = true);
 
        /// in pixels from top of screen
        void setScreenPos(int x, int y);