ENH: support msw_rescale

jira: [STUDIO-10907]
Change-Id: I1e06043fad6345c47e8c5ceb28db204955aa0969
(cherry picked from commit 193caabdc79d966e8226b5a9b340763b1711d0f3)
This commit is contained in:
xin.zhang
2025-03-17 21:09:24 +08:00
committed by Noisyfox
parent d592a328d5
commit 907573a158
5 changed files with 42 additions and 10 deletions

View File

@@ -2753,6 +2753,7 @@ void SyncAmsInfoDialog::on_dpi_changed(const wxRect &suggested_rect)
m_swipe_right_button->msw_rescale();
m_button_ok->Rescale();
m_button_cancel->Rescale();
m_mapping_popup.msw_rescale();
Fit();
Refresh();