mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 10:27:09 +00:00
GUI: remove refs to AspectRatioMode and mark as legacy (#243)
This commit is contained in:
@@ -1171,7 +1171,6 @@ void MainWindow::update_preview()
|
||||
int item_val;
|
||||
QCheckBox *checkBox;
|
||||
|
||||
//m_bc.ar=(Zint::QZint::AspectRatioMode)1;
|
||||
if (!grpComposite->isHidden() && chkComposite->isChecked()) {
|
||||
m_bc.bc.setPrimaryMessage(txtData->text());
|
||||
m_bc.bc.setText(txtComposite->toPlainText());
|
||||
|
||||
Reference in New Issue
Block a user