Tk.OptionMenu doesnt behave as expected when clicked on the expanding menues button.
if there isnt enough space for the menu to open downwords it autoselects the option under the mouse cursor.
for now this can be avoided by clicking on the minus sign near the keymenu or just on the right edge of the of the scalemenu button (quickfix#1)
quickfix#2: make buttons larger to have the minus sign show on the right side of the menu and mand make the name part as a text box or something non selectable
fix: fore OptionMenu to behave as expected
Tk.OptionMenu doesnt behave as expected when clicked on the expanding menues button.
if there isnt enough space for the menu to open downwords it autoselects the option under the mouse cursor.
for now this can be avoided by clicking on the minus sign near the keymenu or just on the right edge of the of the scalemenu button (quickfix#1)
quickfix#2: make buttons larger to have the minus sign show on the right side of the menu and mand make the name part as a text box or something non selectable
fix: fore OptionMenu to behave as expected