Page 1 of 1
NAvigation using the mouse wheel
Posted: Sat Aug 15, 2015 5:28 am
by TGB_72
When I navigate through a directory using the mouse wheel it appear some blurring between some pictures, like a brief transition, this doesn't happen when I navigate using the arrow keys. Any idea why? thanks in advance for any help.
Re: NAvigation using the mouse wheel
Posted: Mon Aug 17, 2015 8:44 pm
by foxyshadis
Speed of scrolling? XnView first generates a low resolution preview, then replaces it with a full resolution as soon as it's done rendering. You might be flipping through fast enough with the mouse wheel that you can see the preview before the full appears (which is the point, it beats waiting on a blank screen), but not fast enough with the arrow keys.
The old XnView classic had options for when to use previews and high-quality rendering, but those went away in MP. Even if you disabled them, it'd only mean waiting longer while mousing around.
Re: NAvigation using the mouse wheel
Posted: Mon Aug 17, 2015 9:15 pm
by XnTriq
You can edit
xnview.ini and change the value for
prevSize in the
[Viewer] section to
@Size(0 0).
Re: NAvigation using the mouse wheel
Posted: Wed Aug 19, 2015 7:05 am
by TGB_72
Perfect! Thank you!!