]> git.lyx.org Git - lyx.git/blobdiff - src/Text3.cpp
tex2lyx/text.cpp: fix 2 typos
[lyx.git] / src / Text3.cpp
index bae330704efd7339269347ca32185d7dbce588b9..1aee50488ac1b4bf40cbdca9711ca6ab7d937700 100644 (file)
@@ -45,7 +45,6 @@
 #include "SpellChecker.h"
 #include "TextClass.h"
 #include "TextMetrics.h"
-#include "VSpace.h"
 #include "WordLangTuple.h"
 
 #include "frontends/Application.h"
@@ -1894,7 +1893,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
                        break;
                selectWordWhenUnderCursor(cur, WHOLE_WORD_STRICT);
                Font font(ignore_font, lang);
-               toggleAndShow(cur, this, font);
+               toggleAndShow(cur, this, font, false);
                break;
        }