Fix zoom effect cursor position on initial zoom in.
BUG: 325799 FIXED-IN: 4.11.3
This commit is contained in:
parent
ad3449f3b1
commit
07721aaab9
1 changed files with 2 additions and 1 deletions
|
@ -387,8 +387,9 @@ void ZoomEffect::zoomIn(double to)
|
|||
polling = true;
|
||||
effects->startMousePolling();
|
||||
}
|
||||
cursorPoint = effects->cursorPos();
|
||||
if (mouseTracking == MouseTrackingDisabled)
|
||||
prevPoint = effects->cursorPos();
|
||||
prevPoint = cursorPoint;
|
||||
effects->addRepaintFull();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue