place filter buttons correctly at launch
This commit is contained in:
parent
90f9a9c716
commit
d06814b007
|
@ -210,6 +210,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
||||||
[fBottomBar setBackgroundImage: [NSImage imageNamed: @"BottomBorder.png"]];
|
[fBottomBar setBackgroundImage: [NSImage imageNamed: @"BottomBorder.png"]];
|
||||||
[fStatusBar setBackgroundImage: [NSImage imageNamed: @"StatusBarBackground.png"]];
|
[fStatusBar setBackgroundImage: [NSImage imageNamed: @"StatusBarBackground.png"]];
|
||||||
[fFilterBar setBackgroundImage: [NSImage imageNamed: @"FilterBarBackground.png"]];
|
[fFilterBar setBackgroundImage: [NSImage imageNamed: @"FilterBarBackground.png"]];
|
||||||
|
[fFilterBar replaceButtons];
|
||||||
|
|
||||||
[fWindow setAcceptsMouseMovedEvents: YES]; //ensure filter buttons display correctly
|
[fWindow setAcceptsMouseMovedEvents: YES]; //ensure filter buttons display correctly
|
||||||
[fWindow addChildWindow: fOverlayWindow ordered: NSWindowAbove];
|
[fWindow addChildWindow: fOverlayWindow ordered: NSWindowAbove];
|
||||||
|
|
Loading…
Reference in New Issue