mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
Oups...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21464 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f84080f01c
commit
257117ac1e
@ -550,7 +550,7 @@ void BufferView::processUpdateFlags(Update::flags flags)
|
||||
if (flags & Update::MultiParSel)
|
||||
full_metrics |= multiParSel();
|
||||
|
||||
if (full_metrics || singleParUpdate())
|
||||
if (full_metrics || !singleParUpdate())
|
||||
// We have to update the full screen metrics.
|
||||
updateMetrics();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user