mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 16:20:52 +01: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