Can't open window after closing it in Mac OS
When closing the window of psst, with the red button. I can't open it again and have to restart the app to open it again.
Solution: Open the window if the window was closed when double click on the app in the dock.
I couldn't find any implementation of this in druid. It would need to handle this call.
If you put a log statement into the delegate's command() function (or add an event() function), there appears no log entry when you click the app icon after closing the window.
But maybe there's also something handling this event on a higher level that I am not aware of.
A workaround could be adding a menu entry that sends a cmd::SHOW_MAIN, however.
@JuliDi that's sad. So it is something in Druid that needs to be fixed before we could add support for it here?
I can add an issue for this in Druid for now.
If I recall correctly, this was an issue/missing feature in Druid. Would be good if you could create an issue to that in Druid and link it here. Maybe just ask how this could be done (I might have overlooked something) because it is not explicitly described anywhere.