Changeset 654 for trunk/macosx/Controller.m
- Timestamp:
- Jul 22, 2006, 3:22:01 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r653 r654 2139 2139 } 2140 2140 2141 //set status fields inactive color2142 /*NSColor * enabledColor = [NSColor controlTextColor];2143 [fTotalTorrentsField setTextColor: enabledColor];2144 [fTotalDLField setTextColor: enabledColor];2145 [fTotalULField setTextColor: enabledColor];*/2146 2147 2141 //set filter images as active 2148 2142 [fNoFilterButton setForActive]; … … 2150 2144 [fDownloadFilterButton setForActive]; 2151 2145 [fPauseFilterButton setForActive]; 2152 2153 /*if (fSpeedLimitEnabled)2154 [fSpeedLimitButton setImage: [NSColor currentControlTint] == NSBlueControlTint2155 ? fSpeedLimitBlueImage : fSpeedLimitGraphiteImage];*/2156 2146 } 2157 2147 2158 2148 - (void) windowDidResignKey: (NSNotification *) notification 2159 2149 { 2160 #warning should it do this?2161 //set status fields inactive color2162 /*NSColor * disabledColor = [NSColor disabledControlTextColor];2163 [fTotalTorrentsField setTextColor: disabledColor];2164 [fTotalDLField setTextColor: disabledColor];2165 [fTotalULField setTextColor: disabledColor];*/2166 2167 2150 //set filter images as inactive 2168 2151 [fNoFilterButton setForInactive]; … … 2170 2153 [fDownloadFilterButton setForInactive]; 2171 2154 [fPauseFilterButton setForInactive]; 2172 2173 #warning need real inactive image, or to not do anything at all (?)2174 /*if (fSpeedLimitEnabled)2175 [fSpeedLimitButton setImage: fSpeedLimitNormalImage];*/2176 2155 } 2177 2156
Note: See TracChangeset
for help on using the changeset viewer.