Skip to content

Commit 28abbc6

Browse files
chaoticgdF0bes
authored andcommitted
Qt: Don't set a layout for the log window central widget twice
1 parent 3a125a2 commit 28abbc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pcsx2-qt/LogWindow.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ void LogWindow::createUi()
243243
vlayout->addWidget(m_text);
244244
vlayout->addWidget(m_input_widget);
245245

246-
central_widget->setLayout(vlayout);
247246
setCentralWidget(central_widget);
248247
}
249248

0 commit comments

Comments
 (0)