]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNest.h
Kill macro mode when using LFUN_ESCAPE
[lyx.git] / src / mathed / InsetMathNest.h
index 51670a2c64ed48c98d1602c822185c4dc1eea87c..3d4977d63c44e38a9d42c4dbf954bd8953760259 100644 (file)
@@ -107,7 +107,7 @@ public:
        ///
        bool setMouseHover(BufferView const * bv, bool mouse_hover) const;
        ///
-       bool mouseHovered(BufferView const * bv) const 
+       bool mouseHovered(BufferView const * bv) const
                { return mouse_hover_[bv]; }
 
        ///
@@ -193,7 +193,7 @@ protected:
        bool lock_;
        ///
        mutable std::map<BufferView const *, bool> mouse_hover_;
-};     
+};