This commit is contained in:
Richard Kimberly Heck 2021-01-13 14:38:48 -05:00
parent 86191314cb
commit d41ec3368d

View 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;
}