# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1320285716 0 # Node ID 5fbf384780d120efff0ec1c1410a08cb69f01b66 # Parent 7527fb644bc080dc00d210cd89a4cb55bac72c01 Simplified the DWStepper class a bit on Mac... although it really needs rewriting. diff -r 7527fb644bc0 -r 5fbf384780d1 mac/dw.m --- a/mac/dw.m Thu Nov 03 01:19:17 2011 +0000 +++ b/mac/dw.m Thu Nov 03 02:01:56 2011 +0000 @@ -2150,10 +2150,7 @@ { [super mouseDown:event]; if([[NSApp currentEvent] type] == NSLeftMouseUp) - { - [textfield takeIntValueFrom:self]; - _event_handler(parent, (void *)[self integerValue], 14); - } + [self mouseUp:event]; } -(void)mouseUp:(NSEvent *)event {