mirror of
https://github.com/opentx/opentx.git
synced 2025-07-12 19:10:19 +03:00
Companion recover memory on model edit dialog close
This commit is contained in:
parent
1d9f94e44f
commit
d3235ea8f5
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ ModelEdit::ModelEdit(QWidget * parent, RadioData & radioData, int modelId, Firmw
|
||||||
|
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
setWindowIcon(CompanionIcon("edit.png"));
|
setWindowIcon(CompanionIcon("edit.png"));
|
||||||
|
setAttribute(Qt::WA_DeleteOnClose);
|
||||||
restoreGeometry(g.modelEditGeo());
|
restoreGeometry(g.modelEditGeo());
|
||||||
ui->pushButton->setIcon(CompanionIcon("simulate.png"));
|
ui->pushButton->setIcon(CompanionIcon("simulate.png"));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue