|
|
| version 1.1, 2003/10/31 16:55:06 | version 1.2, 2003/11/08 17:54:27 |
|---|---|
| Line 161 static pascal OSStatus sliderEventHandle | Line 161 static pascal OSStatus sliderEventHandle |
| ControlRef theControl = (ControlRef)inUserData; | ControlRef theControl = (ControlRef)inUserData; |
| if (GetControlID(theControl, &conID) == noErr) { | if (GetControlID(theControl, &conID) == noErr) { |
| if (conID.signature == 'sl/f' && conID.id == 4) { | if (conID.signature == 'sl/f' && conID.id == 4) { |
| base = 31; | base = 32; |
| } | } |
| } | } |
| return( changeSlider(theControl, screenWin, base) ); | return( changeSlider(theControl, screenWin, base) ); |