W dniu 27 lipca 2010 10:32 użytkownik Tavmjong Bah <tavmjong@...8...> napisał:
It is a problem with our current interface that you cannot allow all reasonable values and have the slider cover the potentially most used range. Currently, the only way you can set values outside the slider/entry box range is to use the XML editor so it is better to error on the side of too large ranges than too small.
It would be best if the slider had a limited range, but you could input an arbitrary value (or a value from a much larger range) using the spinbox.
579932 Too much states saved for undo/redo when using sliders https://bugs.launchpad.net/inkscape/+bug/579932
The easiest fix is to set the sliders to Gtk::UPDATE_DISCONTINUOUS update policy, but this will prevent the display from updating during the drag. Apparently there is no way in GTK right now to get the correct behavior!
Regards, Krzysztof