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--;
|
m_print_plate_idx--;
|
||||||
update_page_turn_state(true);
|
update_page_turn_state(true);
|
||||||
set_default_from_sdcard();
|
set_default_from_sdcard();
|
||||||
|
Layout();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -894,6 +895,7 @@ void SelectMachineDialog::init_bind()
|
||||||
m_print_plate_idx++;
|
m_print_plate_idx++;
|
||||||
update_page_turn_state(true);
|
update_page_turn_state(true);
|
||||||
set_default_from_sdcard();
|
set_default_from_sdcard();
|
||||||
|
Layout();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue