The turtle is now blue.
This commit is contained in:
parent
e33b7f3bfa
commit
d196827618
|
@ -2089,9 +2089,9 @@ static void sleepCallBack(void * controller, io_service_t y,
|
|||
[fDownloadFilterButton setForActive];
|
||||
[fPauseFilterButton setForActive];
|
||||
|
||||
if (fSpeedLimitEnabled)
|
||||
/*if (fSpeedLimitEnabled)
|
||||
[fSpeedLimitButton setImage: [NSColor currentControlTint] == NSBlueControlTint
|
||||
? fSpeedLimitBlueImage : fSpeedLimitGraphiteImage];
|
||||
? fSpeedLimitBlueImage : fSpeedLimitGraphiteImage];*/
|
||||
}
|
||||
|
||||
- (void) windowDidResignKey: (NSNotification *) notification
|
||||
|
@ -2109,9 +2109,9 @@ static void sleepCallBack(void * controller, io_service_t y,
|
|||
[fDownloadFilterButton setForInactive];
|
||||
[fPauseFilterButton setForInactive];
|
||||
|
||||
#warning need real inactive image
|
||||
if (fSpeedLimitEnabled)
|
||||
[fSpeedLimitButton setImage: fSpeedLimitNormalImage];
|
||||
#warning need real inactive image, or to not do anything at all (?)
|
||||
/*if (fSpeedLimitEnabled)
|
||||
[fSpeedLimitButton setImage: fSpeedLimitNormalImage];*/
|
||||
}
|
||||
|
||||
- (void) windowDidResize: (NSNotification *) notification
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 3.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.2 KiB |
Loading…
Reference in New Issue