Stop weird behavior and remove workaround code with the status bar background.

This commit is contained in:
Mitchell Livingston
2006-07-22 18:47:21 +00:00
parent 7ec2ba693b
commit 2f79532a81
3 changed files with 5 additions and 10 deletions

View File

@@ -102,10 +102,7 @@ static void sleepCallBack(void * controller, io_service_t y,
{
[fPrefsController setPrefs: fLib];
#warning remove eventually
NSImage * image = [NSImage imageNamed: @"StatusBorder.png"];
[image setName: nil];
[fStatusBar setBackgroundImage: [NSImage imageNamed: @"StatusBorder.png"]];
[fStatusBar setBackgroundImage: [NSImage imageNamed: @"StatusBarBackground.png"]];
[fFilterBar setBackgroundImage: [NSImage imageNamed: @"FilterBarBackground.png"]];
[fWindow setAcceptsMouseMovedEvents: YES]; //ensure filter buttons display correctly