place filter buttons correctly at launch

This commit is contained in:
Mitchell Livingston 2007-05-29 22:00:26 +00:00
parent 90f9a9c716
commit d06814b007
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
[fBottomBar setBackgroundImage: [NSImage imageNamed: @"BottomBorder.png"]];
[fStatusBar setBackgroundImage: [NSImage imageNamed: @"StatusBarBackground.png"]];
[fFilterBar setBackgroundImage: [NSImage imageNamed: @"FilterBarBackground.png"]];
[fFilterBar replaceButtons];
[fWindow setAcceptsMouseMovedEvents: YES]; //ensure filter buttons display correctly
[fWindow addChildWindow: fOverlayWindow ordered: NSWindowAbove];