Changeset 1577 for trunk/macosx/PrefsController.m
- Timestamp:
- Mar 22, 2007, 7:16:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/PrefsController.m
r1561 r1577 341 341 } 342 342 343 - (void) applyRatioSetting: (id) sender 344 { 345 [[NSNotificationCenter defaultCenter] postNotificationName: @"UpdateUI" object: nil]; 346 } 347 343 348 - (void) updateRatioStopField 344 349 { … … 347 352 348 353 [fRatioStopField setFloatValue: [fDefaults floatForKey: @"RatioLimit"]]; 354 355 [self applyRatioSetting: nil]; 349 356 } 350 357 … … 360 367 361 368 [fDefaults setFloat: ratio forKey: @"RatioLimit"]; 369 370 [self applyRatioSetting: nil]; 362 371 } 363 372
Note: See TracChangeset
for help on using the changeset viewer.