mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* BufferView::resize() Remove showCursor() call when resizing.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23085 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9d40f89b58
commit
f27c3fde43
@ -1365,8 +1365,6 @@ void BufferView::resize(int width, int height)
|
||||
d->par_height_.clear();
|
||||
// Redo the metrics.
|
||||
updateMetrics();
|
||||
// Make sure the current cursor is visible.
|
||||
showCursor();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user