mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-29 05:49:57 +02:00
QET_ElementScaler: fix for "cancel"
This commit is contained in:
@@ -68,6 +68,8 @@ QByteArray ElementScaler(const QString &file_path, QWidget *parent)
|
||||
if (ok && !item.isEmpty()) {
|
||||
mirrorIndex = items.indexOf(item, 0);
|
||||
}
|
||||
else
|
||||
return QByteArray();
|
||||
|
||||
QProcess process_;
|
||||
const QString program{ElementScalerBinaryPath()};
|
||||
|
||||
Reference in New Issue
Block a user