mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-08 11:39:01 +08:00
FIX: fix crash when switched the dpi
JIRA: STUDIO-7049 Fix studio crash caused by switching dpi when multi machine is not enabled Change-Id: I8336de99800d81e3240023b0b35f379e91c251ac
This commit is contained in:
parent
6fa6a1742c
commit
44c101a7f8
@ -2083,7 +2083,8 @@ void MainFrame::on_dpi_changed(const wxRect& suggested_rect)
|
||||
m_param_panel->msw_rescale();
|
||||
m_project->msw_rescale();
|
||||
m_monitor->msw_rescale();
|
||||
m_multi_machine->msw_rescale();
|
||||
if (m_multi_machine)
|
||||
m_multi_machine->msw_rescale();
|
||||
m_calibration->msw_rescale();
|
||||
|
||||
// BBS
|
||||
|
Loading…
x
Reference in New Issue
Block a user