Can't miniaturize borderless windows
Apparently you need to do this: http://stackoverflow.com/questions/33045075/minimize-miniaturize-cocoa-nswindow-without-titlebar?rq=1
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Apparently you need to do this: http://stackoverflow.com/questions/33045075/minimize-miniaturize-cocoa-nswindow-without-titlebar?rq=1
Hi, I was debugging the same issue today in a plugin I wrote for Terminal.app (https://github.com/cHoco/noTitleBar-Terminal).
You should be able to apply a similar fix for your problem. You can take a look and see if it applies to the situation.
Basically I override - (BOOL)validateMenuItem:(NSMenuItem *)menuItem
to call my - (void)performMiniaturize:(id)sender
that you also have to add. This way you don't have to keep a fake title bar around as that answer suggests.
Thanks @cHoco1, that's super helpful!
Fixed in a046aaae
Status changed to closed