mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
* BufferView::putSelectionAt(): Ensure a redraw in any case.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22927 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
149778a0a5
commit
76ec27281b
@ -1730,7 +1730,9 @@ void BufferView::putSelectionAt(DocIterator const & cur,
|
||||
} else
|
||||
d->cursor_.setSelection(d->cursor_, length);
|
||||
}
|
||||
showCursor();
|
||||
// Ensure a redraw happens in any case because the new selection could
|
||||
// possibly be on the same screen as the previous selection.
|
||||
processUpdateFlags(Update::Force | Update::FitCursor);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user