alejandroautalan / pygubu-designer

A simple GUI designer for the python tkinter module
GNU General Public License v3.0
836 stars 102 forks source link

mousewheel on scrollable frame changes dropdowns while hovering. #207

Open rambit opened 1 year ago

rambit commented 1 year ago

Describe the bug Scrolling the mouse with mousewheel on the scrollable frame to the right (Properties pane, Appearance tab) changes the properties of dropdowns when hovering above them, as can be seen in this recording.

mousewheel.webm

You'd need to remember what the dropdown was before the mistake, because you have to change it back manually, or quit without saving.

My best guess is that it derives from tkscrolledframe.py and more guessing that it could be bound around line 293?

Environment