mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 04:43:56 -07:00
Emit deckModified
Took 6 minutes
This commit is contained in:
parent
b68a022003
commit
adfe5bbfe4
1 changed files with 1 additions and 0 deletions
|
|
@ -310,6 +310,7 @@ void DeckEditorDeckDockWidget::initializeFormats()
|
||||||
} else {
|
} else {
|
||||||
deckModel->setActiveFormat(QString()); // clear format if deselected
|
deckModel->setActiveFormat(QString()); // clear format if deselected
|
||||||
}
|
}
|
||||||
|
emit deckModified();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue