[错误] 在 Ubuntu 22.04 上拖放引发的无限事件循环 (+MOVE)
作者: timminator创建于 2026年9月5日更新于 2026年9月5日
Hi! I recently got aware of the newly added drag and drop support and wanted to add it to my program. It works flawlessly under Windows, but on Linux, I ran into an issue. As soon as I drop a video for example onto a canvas with drag_submits and motion_events set to true, the GUI becomes unresponsive and freezes completely. Printing reveals that endless -MOVE- events are coming in. I was able to get it down to the following reproducer:
内容来源: PySimpleGUI/PySimpleGUI