mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 11:38:49 -07:00
Sync up Visual Deck Editor group by combo box to Deck Editor Dock Widget combo box. (#6291)
Took 21 minutes Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
parent
7e6cad974f
commit
aeec56f800
3 changed files with 35 additions and 7 deletions
|
|
@ -124,6 +124,11 @@ public:
|
|||
*/
|
||||
void setModified(bool _windowModified);
|
||||
|
||||
DeckEditorDeckDockWidget *getDeckDockWidget() const
|
||||
{
|
||||
return deckDockWidget;
|
||||
}
|
||||
|
||||
// UI Elements
|
||||
DeckEditorMenu *deckMenu; ///< Menu for deck operations
|
||||
DeckEditorDatabaseDisplayWidget *databaseDisplayDockWidget; ///< Database dock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue