mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 17:14:52 -07:00
Fixed layout on Deck Editor not using last layout. It was reseting layout on ctor. (#4420)
This commit is contained in:
parent
689f65b38a
commit
3bc90003b3
1 changed files with 0 additions and 2 deletions
|
|
@ -599,8 +599,6 @@ TabDeckEditor::TabDeckEditor(TabSupervisor *_tabSupervisor, QWidget *parent)
|
||||||
createCardInfoDock();
|
createCardInfoDock();
|
||||||
createFiltersDock();
|
createFiltersDock();
|
||||||
|
|
||||||
restartLayout();
|
|
||||||
|
|
||||||
this->installEventFilter(this);
|
this->installEventFilter(this);
|
||||||
|
|
||||||
retranslateUi();
|
retranslateUi();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue