diff --git a/src/frontends/qt4/GuiCharacter.cpp b/src/frontends/qt4/GuiCharacter.cpp index d3bbc9b517..28dfdb560c 100644 --- a/src/frontends/qt4/GuiCharacter.cpp +++ b/src/frontends/qt4/GuiCharacter.cpp @@ -253,8 +253,10 @@ static int findPos2nd(QList
const & vec, B const & val) void GuiCharacter::updateContents() { - if (!autoapplyCB->isChecked()) + if (!autoapplyCB->isChecked()) { + bc().setValid(true); return; + } if (bufferview()->cursor().selection()) { //FIXME: it would be better to check if each font attribute is constant // for the selection range.