mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-21 10:45:12 -04:00
GUI: fix setting guard descent for UPC-A ([4009c8])
This commit is contained in:
parent
4009c86c5f
commit
da80d44196
1 changed files with 1 additions and 1 deletions
|
@ -1155,7 +1155,7 @@ void MainWindow::upcean_guard_descent(QDoubleSpinBox *spnBox, QLabel *label)
|
|||
label->setEnabled(enabled);
|
||||
}
|
||||
if (enabled && spnBox) {
|
||||
m_bc.bc.setGuardDescent(get_doublespinbox_val("spnUPCEANGuardDescent"));
|
||||
m_bc.bc.setGuardDescent(spnBox->value());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue