Follow up Auto-break conductors

This commit is contained in:
Kellermorph
2026-08-08 22:10:47 +02:00
parent 3eafe840f1
commit 39b1e836bf
7 changed files with 333 additions and 213 deletions
+2
View File
@@ -53,6 +53,8 @@ class PasteDiagramCommand : public QUndoCommand {
int filter;
/// prevent the first call to redo()
bool first_redo;
/// auto-break conductor sub-commands (created on first redo)
QUndoCommand *m_break_cmd = nullptr;
};
/**