mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 02:17:06 +00:00
Fix UPCEAN small font ignored/disabled (introduced [1adba1])
This commit is contained in:
@@ -609,7 +609,6 @@ void MainWindow::change_options()
|
||||
cmbECI->setItemText(25, tr("29: GB 2312 (PRC)"));
|
||||
btype->setItemText(0, tr("No border"));
|
||||
combobox_item_enabled(cmbFontSetting, 1, true);
|
||||
cmbFontSetting->setItemText(2, tr("Small"));
|
||||
|
||||
if (symbology == BARCODE_CODE128)
|
||||
{
|
||||
@@ -974,7 +973,6 @@ void MainWindow::change_options()
|
||||
if (cmbFontSetting->currentIndex() == 1) {
|
||||
cmbFontSetting->setCurrentIndex(0);
|
||||
}
|
||||
cmbFontSetting->setItemText(2, tr("Small (vector only)"));
|
||||
connect(m_optionWidget->findChild<QObject*>("cmbUPCAAddonGap"), SIGNAL(currentIndexChanged( int )), SLOT(update_preview()));
|
||||
}
|
||||
|
||||
@@ -998,7 +996,6 @@ void MainWindow::change_options()
|
||||
if (cmbFontSetting->currentIndex() == 1) {
|
||||
cmbFontSetting->setCurrentIndex(0);
|
||||
}
|
||||
cmbFontSetting->setItemText(2, tr("Small (vector only)"));
|
||||
connect(m_optionWidget->findChild<QObject*>("cmbUPCEANAddonGap"), SIGNAL(currentIndexChanged( int )), SLOT(update_preview()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user