mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-28 22:23:15 +08:00
FIX: call layout
jira: [STUDIO-10411] Change-Id: I91027ad47ff83315f0143f1737a7342d6ed30746
This commit is contained in:
parent
5b4dcfdaa7
commit
eba2d94a53
@ -886,6 +886,7 @@ void SelectMachineDialog::init_bind()
|
||||
m_print_plate_idx--;
|
||||
update_page_turn_state(true);
|
||||
set_default_from_sdcard();
|
||||
Layout();
|
||||
}
|
||||
});
|
||||
|
||||
@ -894,6 +895,7 @@ void SelectMachineDialog::init_bind()
|
||||
m_print_plate_idx++;
|
||||
update_page_turn_state(true);
|
||||
set_default_from_sdcard();
|
||||
Layout();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user