Improve DPI change handling on MSW.

This commit is contained in:
Alex Shvartzkop
2026-01-07 08:11:19 +05:00
parent 13c5c8edf3
commit c7868deb5e
7 changed files with 68 additions and 73 deletions
+1 -1
View File
@@ -284,7 +284,7 @@ void BITMAP_BUTTON::OnDPIChanged( wxDPIChangedEvent& aEvent )
invalidateBestSize();
}
// Don't skip, otherwise the button gets too big
aEvent.Skip();
}