mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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)
|
bool update)
|
||||||
{
|
{
|
||||||
if (scrollToCursor(dit, how) && update)
|
if (scrollToCursor(dit, how) && update)
|
||||||
processUpdateFlags(Update::Force);
|
processUpdateFlags(Update::ForceDraw);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user