<table><tr><td style="">simgunz added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D7662" rel="noreferrer">View Revision</a></tr></table><br /><div><div><p>Changing line 406</p>

<p><tt style="background: #ebebeb; font-size: 13px;">QRect highlightRect = r.geometry( scaledWidth, scaledHeight ).translated( -scaledCrop.topLeft() ).intersected( limits );</tt></p>

<p>to</p>

<p><tt style="background: #ebebeb; font-size: 13px;">QRect highlightRect = r.geometry( scaledWidth, scaledHeight ).translated( -scaledCrop.topLeft() );</tt></p>

<p>produces the correct behavior (also when zooming).</p>

<p>It is just an empirical trial, so I am not sure if this breaks something else.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R223 Okular</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D7662" rel="noreferrer">https://phabricator.kde.org/D7662</a></div></div><br /><div><strong>To: </strong>sander, Okular<br /><strong>Cc: </strong>simgunz, cfeck, aacid, ngraham, michaelweghorn<br /></div>