FIX: the dpi changed display of bed control

jira: [STUDIO-10067]
Change-Id: I84a2763686b004cfb27ddb567b0f6a44577924b0
(cherry picked from commit 36deba9d131b9433998e3fd1c2f96f785d6a6e0a)
This commit is contained in:
xin.zhang
2025-01-23 17:43:48 +08:00
committed by Noisyfox
parent 4b429af8f2
commit 170deadbda
2 changed files with 13 additions and 7 deletions

View File

@@ -241,6 +241,8 @@ void Button::Rescale()
if(m_has_style)
SetStyle(m_style, m_type);
Refresh();
}
void Button::paintEvent(wxPaintEvent& evt)