mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix bug #10635
This commit is contained in:
parent
86191314cb
commit
d41ec3368d
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user