Akascape / CTkMenuBar

Modern menu/tool bar widget library for customtkinter. (extension/add-on)
Creative Commons Zero v1.0 Universal
111 stars 9 forks source link

Unexpected cursor behavior on win system #14

Closed Rfaelv closed 7 months ago

Rfaelv commented 7 months ago

As a win user, I've noticed that the cursor is always set to default mode (arrow) when hover the app's menu. And the default Tkinter menu works respecting this statament. However, in CTkMenuBar the cursor is set to pointer mode.

Akascape commented 7 months ago

@Rfaelv Now you can change the cursor by adding cursor="arrow" parameter. For the buttons, you can configure the same after placing them.