I have an reproducable error occuring when moving my ctk window on another screen with a different resolution.
This happens as soon as I hover over the widget with the tooltip (when the app has moved to the 2nd screen).

I can reproduce it with the example code given in the README.
It seems that tkinter has an automatic update dimensions event if the resolution of the screen is changing which is not defined for the ToolTip
I started the App on 1920x 1080 screen and moved it to 2560 x 1440.
I am using Windows 11 and CTkToolTip v0.8
I have an reproducable error occuring when moving my ctk window on another screen with a different resolution.

This happens as soon as I hover over the widget with the tooltip (when the app has moved to the 2nd screen).
I can reproduce it with the example code given in the README.
It seems that tkinter has an automatic update dimensions event if the resolution of the screen is changing which is not defined for the ToolTip
I started the App on 1920x 1080 screen and moved it to 2560 x 1440.
I am using Windows 11 and CTkToolTip v0.8