OpenXTalk-org / OpenXtalk-IDE-DontPanicEdition

OpenXTalk DON'T PANIC! Edition cross-platform integrated development environment (IDE) with a foundation built on xTalk Scripting Languages. This repo contains the OXT IDE that is built with and runs on of an XTalk Engine.
https://forums.openxtalk.org/
18 stars 7 forks source link

Don't make invisible windows visible on linux #18

Open mwieder opened 1 year ago

mwieder commented 1 year ago

I find I often hit command-quote instead of shift-quote on the keyboard, which has the effect from the menubar of sending the current stack to the back. On linux this also makes any invisible stacks (I have three invisible plugin stacks hiding in the background) visible and forces me to close each one to restore my desktop. Don't know what happens on Windows, but on OSX this isn't a problem. At any rate, this patch fixes the problem by simply ignoring stacks with their visible set to false.