]> git.lyx.org Git - features.git/commitdiff
Add comment
authorScott Kostyshak <skostysh@lyx.org>
Sun, 22 Nov 2015 16:21:55 +0000 (11:21 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Tue, 24 Nov 2015 03:14:14 +0000 (22:14 -0500)
src/frontends/qt4/GuiPrefs.cpp

index 2c99deec41e115f451e7b5537210d375bf5516c4..ef6f263ff3f3da0c6c006d38ad010b8c60851ee0 100644 (file)
@@ -3355,6 +3355,7 @@ void GuiPreferences::dispatchParams()
 
        if (update_screen_font_) {
                dispatch(FuncRequest(LFUN_SCREEN_FONT_UPDATE));
+               // resets flag in case second apply in same dialog
                update_screen_font_ = false;
        }