]> git.lyx.org Git - features.git/blobdiff - src/LyXRC.h
Fix cut and paste error
[features.git] / src / LyXRC.h
index 530a78187f6cbe718434552c4c6de0da6c2dce45..bf6572891a0547789098dbb1bd51f721e08d37fc 100644 (file)
@@ -318,6 +318,7 @@ public:
        int defaultZoom = 150;
        /// Actual zoom factor for screen fonts
        /// (default zoom plus buffer zoom factor)
+       /// Do not set directly. Use GuiView::setCurrentZoom()
        int currentZoom = 150;
        /// Screen font sizes in points for each font size
        std::string font_sizes[10] = { "5.0", "7.0", "8.0", "9.0", "10.0",
@@ -370,7 +371,7 @@ public:
        /// Accept compound words in spellchecker?
        bool spellchecker_accept_compound = false;
        /// spellcheck continuously?
-       bool spellcheck_continuously = false;
+       bool spellcheck_continuously = true;
        /// spellcheck notes and comments?
        bool spellcheck_notes = true;
        ///