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] Avoid NPE when autoscaling is disabled on shell
When autoscaling is disabled for a shell, setLocation(), setBounds() and
setSize() can throw an NPE as they want to access the parent's zoom even
though there is no parent. This fixes the behavior by adding an
according null check.
0 commit comments