Changeset 2747
- Timestamp:
- 05/02/05 17:44:57 (3 years ago)
- Files:
-
- CPUMonitor/trunk/CPUExpandedView.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
CPUMonitor/trunk/CPUExpandedView.m
r2705 r2747 253 253 254 254 // --- draw background 255 [[ NSColor whiteColor] set];255 [[CPUSettings objectForKey:CPUExpandedViewBackgroundColor] set]; 256 256 NSRectFill(frame); 257 257
