Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9196 from Dentomologist/update-register-view-debu…
…g-font

DolphinQt: Update register view font when Debug Font changes
  • Loading branch information
lioncash committed Oct 29, 2020
2 parents 6a3a71c + 5fe7528 commit 752b104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinQt/Debugger/RegisterWidget.cpp
Expand Up @@ -101,6 +101,7 @@ void RegisterWidget::ConnectWidgets()
connect(m_table, &QTableWidget::customContextMenuRequested, this,
&RegisterWidget::ShowContextMenu);
connect(m_table, &QTableWidget::itemChanged, this, &RegisterWidget::OnItemChanged);
connect(&Settings::Instance(), &Settings::DebugFontChanged, m_table, &QWidget::setFont);
}

void RegisterWidget::OnItemChanged(QTableWidgetItem* item)
Expand Down

0 comments on commit 752b104

Please sign in to comment.