commit 1b6ce0e827d58258e84ba2bf0754c6b273b123db
Author: Juergen Spitzmueller <[email protected]>
Date:   Mon Dec 17 10:37:14 2018 +0100

    GuiCharacter: INHERIT is OFF for the tristate buttons.
---
 src/frontends/qt4/GuiCharacter.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/frontends/qt4/GuiCharacter.cpp 
b/src/frontends/qt4/GuiCharacter.cpp
index aaacb0c..79398b8 100644
--- a/src/frontends/qt4/GuiCharacter.cpp
+++ b/src/frontends/qt4/GuiCharacter.cpp
@@ -376,12 +376,12 @@ FontState getStrike(FontInfo const & fi)
 Qt::CheckState getMarkupState(lyx::FontState fs)
 {
        switch (fs) {
+       case FONT_INHERIT:
        case FONT_OFF:
                return Qt::Unchecked;
        case FONT_ON:
                return Qt::Checked;
        case FONT_TOGGLE:
-       case FONT_INHERIT:
        case FONT_IGNORE:
        default:
                return Qt::PartiallyChecked;

Reply via email to