mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-08 11:39:01 +08:00
FIX: crash in ParamsPanel msw_rescale
Change-Id: I01fc8b9504aa2f6f562ad698e09cc8249d5c2848 Jira: STUDIO-7161
This commit is contained in:
parent
47c7e9f12f
commit
d1e9b5bac2
@ -640,7 +640,7 @@ void ParamsPanel::msw_rescale()
|
||||
if (m_search_btn) m_search_btn->msw_rescale();
|
||||
if (m_compare_btn) m_compare_btn->msw_rescale();
|
||||
if (m_tips_arrow) m_tips_arrow->msw_rescale();
|
||||
m_left_sizer->SetMinSize(wxSize(40 * em_unit(this), -1));
|
||||
if (m_left_sizer) m_left_sizer->SetMinSize(wxSize(40 * em_unit(this), -1));
|
||||
if (m_mode_sizer)
|
||||
m_mode_sizer->SetMinSize(-1, 3 * em_unit(this));
|
||||
if (m_mode_region)
|
||||
|
Loading…
x
Reference in New Issue
Block a user