FIX: call layout

jira: [STUDIO-10411]
Change-Id: I91027ad47ff83315f0143f1737a7342d6ed30746
(cherry picked from commit eba2d94a53befa79b4c980cfa83e896c58a1f486)
This commit is contained in:
xin.zhang 2025-02-18 15:44:49 +08:00 committed by Noisyfox
parent 155d42bb0e
commit 1308559993

View file

@ -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();
}
});
}