mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
GUI: fix setting guard descent for UPC-A ([4009c8])
This commit is contained in:
parent
4009c86c5f
commit
da80d44196
@ -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…
Reference in New Issue
Block a user