Small optimization with scrolling

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15736 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2003-01-27 03:07:00 +00:00
parent 2dc798da12
commit a20d8a42e5

View file

@ -1,3 +1,9 @@
Mon Jan 27 04:01:32 2003 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSScroller.m ([-mouseDown:]): When the knob slot if
clicked, do not set the new float value and send the action if the
float value has not changed.
Mon Jan 27 03:16:22 2003 Benhur Stein <benhur@inf.ufsm.br>
Patch with minor changes by Nicola:
@ -7,6 +13,8 @@ Mon Jan 27 03:16:22 2003 Benhur Stein <benhur@inf.ufsm.br>
-testPart:.
([-drawArrow:highlight:]): Highlight the cell according to the
argument.
([-trackKnob:]): Do not set the new float value and send the
action if the float value has not changed.
Mon Jan 27 01:21:11 2003 Nicola Pero <n.pero@mi.flashnet.it>