mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 23:31:02 +00:00
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:
parent
2dc798da12
commit
a20d8a42e5
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue