kitao / pyxel

A retro game engine for Python
MIT License
15.31k stars 847 forks source link

Pyxel window thinks it's always on top (Linux) #488

Closed paul59 closed 11 months ago

paul59 commented 1 year ago

If I have a window overlapping the Pyxel editor as in this screenshot, then hold the mouse cursor in the indicated position, the music patterns can be heard. It applies when any part of any app window is overlapping, including the title bar.

I'm running MX Linux. Not sure if it's OS or Pyxel related but might be worth knowing about!

SS-2023-07-29_19-40

DiddiLeija commented 1 year ago

I can reproduce this on Windows, so I guess this is Pyxel-related rather than OS-related :)

paul59 commented 1 year ago

I can reproduce this on Windows, so I guess this is Pyxel-related rather than OS-related :) Good. Or bad, I'm not sure which but at least it isn't just me!

kitao commented 11 months ago

Fixed in Pyxel 2.0.3. When focus is lost, mouse position event doesn't occur any more.