mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 05:23:56 -07:00
disable the filters widget on the vde
This commit is contained in:
parent
6faa0d54e3
commit
3c915f2501
1 changed files with 4 additions and 0 deletions
|
|
@ -51,6 +51,10 @@ TabDeckEditorVisual::TabDeckEditorVisual(TabSupervisor *_tabSupervisor) : Abstra
|
||||||
|
|
||||||
loadLayout();
|
loadLayout();
|
||||||
cardDatabaseDockWidget->setHidden(true);
|
cardDatabaseDockWidget->setHidden(true);
|
||||||
|
|
||||||
|
// disable filters
|
||||||
|
viewMenu->removeAction(dockToActions[filterDockWidget].menu->menuAction());
|
||||||
|
filterDockWidget->hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @brief Creates the central frame containing the tab container. */
|
/** @brief Creates the central frame containing the tab container. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue