Changeset 3672
- Timestamp:
- Nov 1, 2007, 12:57:46 PM (15 years ago)
- Location:
- branches/0.9x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9x/NEWS
r3668 r3672 3 3 0.92 (2007/xx/yy) 4 4 - OS X: 5 + Leopard: Time Machine will ignore incomplete files5 + Leopard: Time Machine will ignore incomplete downloads 6 6 + Leopard: Fix bug with typing values in Inspector->Options 7 7 + Leopard: Fix bug with toggling Minimal View -
branches/0.9x/macosx/StatusBarView.m
r3151 r3672 34 34 - (BOOL) isOpaque 35 35 { 36 return [[self window] is KeyWindow];36 return [[self window] isMainWindow]; 37 37 } 38 38 39 39 - (void) drawRect: (NSRect) rect 40 40 { 41 if ([[self window] is KeyWindow])41 if ([[self window] isMainWindow]) 42 42 [super drawRect: rect]; 43 43 }
Note: See TracChangeset
for help on using the changeset viewer.