clean up the pieces bar drawing to avoid putting it into an image, and use NSColor object for the piece colors

This commit is contained in:
Mitchell Livingston
2007-11-06 04:53:06 +00:00
parent a0f4f35620
commit cfa809bc47
4 changed files with 26 additions and 44 deletions

View File

@@ -295,6 +295,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
}
//set sort
#warning clean up
NSString * sortType = [fDefaults stringForKey: @"Sort"];
NSMenuItem * currentSortItem, * currentSortActionItem;
@@ -335,6 +336,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
[currentSortActionItem setState: NSOnState];
//set filter
#warning clean up
NSString * filterType = [fDefaults stringForKey: @"Filter"];
FilterBarButton * currentFilterButton;