Re: NSStatusBar removeStatusItem on Mavericks

2013-12-08 Thread Kyle Sluder
On Dec 8, 2013, at 11:35 AM, Pax <45rpmli...@googlemail.com> wrote: > > Just a quickie - and it may be that I've found a small bug in Mavericks. My > app contains the following code: > > [[NSStatusBar systemStatusBar] removeStatusItem:statusItem]; > > This works perfectly on single monitor set

NSStatusBar removeStatusItem on Mavericks

2013-12-08 Thread Pax
Just a quickie - and it may be that I've found a small bug in Mavericks. My app contains the following code: [[NSStatusBar systemStatusBar] removeStatusItem:statusItem]; This works perfectly on single monitor setups, and on OS's older than Mavericks. On a multi-monitor Mavericks setup, though