mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
parent
a3849e8bbe
commit
a2310d04f4
@ -4880,6 +4880,8 @@ void GuiView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
|
||||
? Qt::Vertical : Qt::Horizontal);
|
||||
TabWorkArea * twa = addTabWorkArea();
|
||||
GuiWorkArea * wa = twa->addWorkArea(*doc_buffer, *this);
|
||||
DocIterator cur = bv->cursor();
|
||||
wa->bufferView().moveToPosition(cur.pit(), cur.pos(), 0, 0);
|
||||
setCurrentWorkArea(wa);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user