[Digikam-devel] [Bug 157314] Zoom-slider has no steps

Arnd Baecker arnd.baecker at web.de
Sat Apr 19 13:14:57 BST 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=157314         




------- Additional Comments From arnd.baecker web de  2008-04-19 14:14 -------
1.) > Doesn't work with Mouse-wheel hovering over slider.

Both when moving the slider and when using the mouse wheel, 
void DigikamView::slotZoomFactorChanged(double zoom)
is called, which in turn calls void DigikamView::setThumbSize(int size).
Thus the problem is the following: when moving the slider directly,
usually small steps are are used such that a maximum 5% 
difference condition to the snap values (50%, 100%, fit) is fulfilled
to make it snap. When using the mouse-wheel, larger steps are
used, so that it may happen, that no snapping occurs.
This maybe considered as a bug, or as a feature ;-).
However, I currently don't see any way to overcome this ...
So may I declare this as a feature?

About the other two points: could you please file separate wishes?



More information about the Digikam-devel mailing list