mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 20:32:49 +00:00
Fix cursor positionning on new buffer.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22238 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a155d8934e
commit
93289e8fe1
@ -1065,6 +1065,8 @@ void GuiView::newDocument(string const & filename, bool from_template)
|
||||
|
||||
if (b)
|
||||
setBuffer(b);
|
||||
// Ensure the cursor is correctly positionned on screen.
|
||||
view()->showCursor();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user