mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-22 19:25:10 -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);
|
label->setEnabled(enabled);
|
||||||
}
|
}
|
||||||
if (enabled && spnBox) {
|
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