]> git.lyx.org Git - features.git/commitdiff
Fix bug #10635
authorRichard Kimberly Heck <rikiheck@lyx.org>
Wed, 13 Jan 2021 19:38:48 +0000 (14:38 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Wed, 13 Jan 2021 19:38:48 +0000 (14:38 -0500)
src/frontends/qt/GuiView.cpp

index 714af17b6883c863761ad459d0c43dd200f77f1c..07e08e086ecbe7429b6f75b14879a98df03bbe8d 100644 (file)
@@ -4162,6 +4162,8 @@ void GuiView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
                                insertLyXFile(from_utf8(cmd.getArg(0)), true);
                        else
                                insertLyXFile(cmd.argument());
+                       dr.forceBufferUpdate();
+                       dr.screenUpdate(Update::Force);
                        break;
                }