Akascape / CTkToolTip

Small pop-up widget for displaying details inside customtkinter. (extension/add-on)
Creative Commons Zero v1.0 Universal
111 stars 7 forks source link

Strange behaviour with widget scaling #8

Closed avalon60 closed 1 year ago

avalon60 commented 1 year ago

Hi @Akascape. I am having some strange effects with CTkToolTip when I change the widget scaling on an app.

I reproduced this with complex_example.py. You can see the effects on this video:

https://github.com/Akascape/CTkToolTip/assets/89534395/02901650-61c4-4eea-9cce-5cdb853cbfff

My app has a preference option, which allows the user to change the widget scaling interactively. When the scaling is changed, the problem starts.

Akascape commented 1 year ago

@avalon60 Not experiencing this issue. I tested this on ubuntu with widget scaling 0.8: Screenshot

Make sure you are using the latest version of CTkTooltip.

avalon60 commented 1 year ago

Hey @Akascape, good news! I was using version 0.2 and just downloaded 0.4 and it fixed the issue.

Thanks!