mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
one less place where metrics have to be recomputed
This commit is contained in:
parent
d4f3e87b14
commit
6b3ced7c07
@ -1017,7 +1017,7 @@ void BufferView::showCursor(DocIterator const & dit, ScrollType how,
|
||||
bool update)
|
||||
{
|
||||
if (scrollToCursor(dit, how) && update)
|
||||
processUpdateFlags(Update::Force);
|
||||
processUpdateFlags(Update::ForceDraw);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user