mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Improve ProjectDataBase use
This commit is contained in:
@@ -64,6 +64,6 @@ void ChangeElementInformationCommand::redo() {
|
||||
void ChangeElementInformationCommand::updateProjectDB()
|
||||
{
|
||||
if(m_element->diagram()) {
|
||||
m_element->diagram()->project()->dataBase()->updateDB();
|
||||
m_element->diagram()->project()->dataBase()->elementInfoChanged(m_element);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user