Fixed layout on Deck Editor not using last layout. It was reseting layout on ctor. (#4420)

This commit is contained in:
Rafael Ritzel Tischler 2021-09-14 17:41:04 -03:00 committed by GitHub
parent 689f65b38a
commit 3bc90003b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -599,8 +599,6 @@ TabDeckEditor::TabDeckEditor(TabSupervisor *_tabSupervisor, QWidget *parent)
createCardInfoDock();
createFiltersDock();
restartLayout();
this->installEventFilter(this);
retranslateUi();