On Tue, Dec 3, 2013, at 09:45 AM, Graham Cox wrote: > When my document window, which has an NSToolbar, goes into fullscreen > mode, the toolbar is always shown even if it was hidden beforehand. > (10.9) > > Is this a known bug? I’m not doing anything special with NSToolbar, it’s > as it comes straight out of IB.
From the 10.8 AppKit release notes: > A window delegate may also specify that the window toolbar be removed from > the window in fullscreen and auto-shown with the menubar by including > NSApplicationPresentationAutoHideToolbar in the presentationOptions returned > from -window:willUseFullScreenPresentationOptions:. Maybe the default options changed in 10.9. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
