mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-15 15:44:34 -04:00
Bugfix: Code16k selects GS1 mode by default in GUI
This commit is contained in:
parent
43ab13f7e5
commit
88d6f955ab
1 changed files with 1 additions and 1 deletions
|
@ -1095,7 +1095,7 @@ void MainWindow::update_preview()
|
|||
|
||||
case BARCODE_CODE16K:
|
||||
m_bc.bc.setSymbol(BARCODE_CODE16K);
|
||||
set_gs1_mode(m_optionWidget->findChild<QRadioButton*>("radC16kStand")->isChecked());
|
||||
set_gs1_mode(m_optionWidget->findChild<QRadioButton*>("radC16kGS1")->isChecked());
|
||||
// Row separator height selection uses option 3 in zint_symbol
|
||||
item_val = m_optionWidget->findChild<QComboBox*>("cmbC16kRowSepHeight")->currentIndex();
|
||||
if (item_val) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue