Element editor : improve code

Better use of signal partsAdded and partsRemoved
This commit is contained in:
joshua
2022-07-26 16:17:47 +02:00
parent cae7cbdbd8
commit 5a497cd6b5
17 changed files with 192 additions and 99 deletions

View File

@@ -1130,7 +1130,6 @@ void QETElementEditor::setupConnection()
});
connect(&(m_elmt_scene -> undoStack()), &QUndoStack::indexChanged, [this]() {
this->updatePartsList();
this->updateInformations();
});
}