]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Workaround for #6865: smarter FontList::setMisspelled implementation
[lyx.git] / src / LyXRC.h
index 8be4aea19f9415ec471cbdcff0fca3e52feadb16..ffcf3f650c10703218c5c96d75cee43652516e21 100644 (file)
@@ -182,6 +182,7 @@ public:
                RC_USE_ESC_CHARS,
                RC_USE_INP_ENC,
                RC_USE_PERS_DICT,
+               RC_USE_SYSTEM_COLORS,
                RC_USE_TOOLTIP,
                RC_USE_PIXMAP_CACHE,
                RC_USE_SPELL_LIB,
@@ -351,6 +352,8 @@ public:
        bool paragraph_markers;
        /// Use tooltips?
        bool use_tooltip;
+       /// Use the colors from current system theme?
+       bool use_system_colors;
        /// Use pixmap cache?
        bool use_pixmap_cache;
        /// Spellchecker engine: aspell, hunspell, etc