Skip to content

Commit 96ee6f7

Browse files
committed
Qt: Re-arrange Display Settings layout
1 parent f1d83f8 commit 96ee6f7

6 files changed

Lines changed: 761 additions & 634 deletions

pcsx2-qt/Settings/GameSummaryWidget.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ void GameSummaryWidget::populateDiscPath(const GameList::Entry* entry)
135135
int row = 0;
136136
m_ui.detailsFormLayout->getWidgetPosition(m_ui.label_discPath, &row, nullptr);
137137
m_ui.detailsFormLayout->removeRow(row);
138+
m_ui.discPath->deleteLater();
139+
m_ui.discPathBrowse->deleteLater();
140+
m_ui.discPathClear->deleteLater();
138141
m_ui.discPath = nullptr;
139142
m_ui.discPathBrowse = nullptr;
140143
m_ui.discPathClear = nullptr;

0 commit comments

Comments
 (0)