You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[win32] Always reset cached current DPIChangeEvent
This commit ensures to always reset the currently cached DPIChangeEvent
of a Control properly. Otherwise spawning dpi change events for multiple
Controls that are related via parent->child hierarchy could lead to a
currentDpiChangeEvent of the parent being canceled by the creation of the
event of the child.
Contributes to #2608
0 commit comments