commit d41ec3368de969a20a16e3812bd388b4ed7beafb
Author: Richard Kimberly Heck <[email protected]>
Date:   Wed Jan 13 14:38:48 2021 -0500

    Fix bug #10635
---
 src/frontends/qt/GuiView.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/frontends/qt/GuiView.cpp b/src/frontends/qt/GuiView.cpp
index 714af17..07e08e0 100644
--- a/src/frontends/qt/GuiView.cpp
+++ b/src/frontends/qt/GuiView.cpp
@@ -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;
                }
 
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to