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];
|
[fDownloadFilterButton setForActive];
|
||||||
[fPauseFilterButton setForActive];
|
[fPauseFilterButton setForActive];
|
||||||
|
|
||||||
if (fSpeedLimitEnabled)
|
/*if (fSpeedLimitEnabled)
|
||||||
[fSpeedLimitButton setImage: [NSColor currentControlTint] == NSBlueControlTint
|
[fSpeedLimitButton setImage: [NSColor currentControlTint] == NSBlueControlTint
|
||||||
? fSpeedLimitBlueImage : fSpeedLimitGraphiteImage];
|
? fSpeedLimitBlueImage : fSpeedLimitGraphiteImage];*/
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) windowDidResignKey: (NSNotification *) notification
|
- (void) windowDidResignKey: (NSNotification *) notification
|
||||||
|
@ -2109,9 +2109,9 @@ static void sleepCallBack(void * controller, io_service_t y,
|
||||||
[fDownloadFilterButton setForInactive];
|
[fDownloadFilterButton setForInactive];
|
||||||
[fPauseFilterButton setForInactive];
|
[fPauseFilterButton setForInactive];
|
||||||
|
|
||||||
#warning need real inactive image
|
#warning need real inactive image, or to not do anything at all (?)
|
||||||
if (fSpeedLimitEnabled)
|
/*if (fSpeedLimitEnabled)
|
||||||
[fSpeedLimitButton setImage: fSpeedLimitNormalImage];
|
[fSpeedLimitButton setImage: fSpeedLimitNormalImage];*/
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) windowDidResize: (NSNotification *) notification
|
- (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