Changeset 3688 for branches/0.9x/macosx/Controller.m
- Timestamp:
- Nov 1, 2007, 7:18:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9x/macosx/Controller.m
r3661 r3688 3217 3217 } 3218 3218 3219 - (void) windowDidBecome Key: (NSNotification *) notification3219 - (void) windowDidBecomeMain: (NSNotification *) notification 3220 3220 { 3221 3221 [fStatusBar setNeedsDisplay: YES]; … … 3225 3225 } 3226 3226 3227 - (void) windowDidResign Key: (NSNotification *) notification3227 - (void) windowDidResignMain: (NSNotification *) notification 3228 3228 { 3229 3229 [fStatusBar setNeedsDisplay: YES];
Note: See TracChangeset
for help on using the changeset viewer.