NSScroller knob reposition
NSScroller knob reposition
- Subject: NSScroller knob reposition
- From: David Blanton <email@hidden>
- Date: Wed, 13 Jan 2010 11:32:44 -0700
I am seeing some strange behavior.
I set the knob position of the horz and vert scrollers as follows:
- (void)centerScrollers {
[m_hScroller setDoubleValue:0.5];
[m_vScroller setDoubleValue:0.5];
}
Then when I move either knob with the mouse the other knob moves as
well by some random amount.
Doesn't seem like correct behavior to me.
-db
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden