]> git.lyx.org Git - lyx.git/commitdiff
Update buffer after preferences change.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Wed, 8 Aug 2018 03:38:55 +0000 (23:38 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Wed, 8 Aug 2018 03:38:55 +0000 (23:38 -0400)
Fixes missing update after new InsetInfo stuff.

src/frontends/qt4/GuiApplication.cpp

index a2df8d0d4791fb502316e8c2645221d564cca6b3..4d20b0558a579ba3395d249d7afb722fbb6cfff1 100644 (file)
@@ -1802,6 +1802,7 @@ void GuiApplication::dispatch(FuncRequest const & cmd, DispatchResult & dr)
                //   UI, then, nothing would happen. This seems fairly unlikely, but
                //   it definitely is a bug.
 
+               dr.forceBufferUpdate();
                break;
        }