Closed Rfaelv closed 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.
@Rfaelv Now you can change the cursor by adding cursor="arrow" parameter. For the buttons, you can configure the same after placing them.
cursor="arrow"
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.