avoid that another action triggers while aborting operation

This commit is contained in:
Andre Rummler
2026-09-17 13:25:17 +02:00
parent 923723a9de
commit 863ac5f0ae
4 changed files with 14 additions and 7 deletions
+5
View File
@@ -801,6 +801,11 @@ void Diagram::clearEventInterface()
}
}
bool Diagram::eventInterfaceIsRunning() const
{
return m_event_interface && m_event_interface->isRunning();
}
/**
@brief Diagram::conductorsAutonumName
@return the name of autonum to use.