mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 08:34:52 -07:00
* remove a special case * fix
This commit is contained in:
parent
a4eef648bc
commit
c553e15036
2 changed files with 1 additions and 5 deletions
|
|
@ -165,10 +165,6 @@ void TabDeckEditor::loadLayout()
|
|||
actions.aFloating->setChecked(dockWidget->isFloating());
|
||||
}
|
||||
|
||||
// special case for cardDatabaseDock
|
||||
auto &actions = dockToActions[cardDatabaseDockWidget];
|
||||
actions.aFloating->setChecked(actions.aVisible->isChecked());
|
||||
|
||||
cardInfoDockWidget->setMinimumSize(layouts.getDeckEditorCardSize());
|
||||
cardInfoDockWidget->setMaximumSize(layouts.getDeckEditorCardSize());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue