mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-30 04:21:16 +00:00
BranchWatchDialog: Case-Insensitive Sorting
This commit is contained in:
parent
222a393080
commit
ecce8e81c8
@ -216,6 +216,7 @@ BranchWatchDialog::BranchWatchDialog(Core::System& system, Core::BranchWatch& br
|
|||||||
m_table_proxy->setSourceModel(
|
m_table_proxy->setSourceModel(
|
||||||
m_table_model = new BranchWatchTableModel(m_system, m_branch_watch, ppc_symbol_db));
|
m_table_model = new BranchWatchTableModel(m_system, m_branch_watch, ppc_symbol_db));
|
||||||
m_table_proxy->setSortRole(UserRole::SortRole);
|
m_table_proxy->setSortRole(UserRole::SortRole);
|
||||||
|
m_table_proxy->setSortCaseSensitivity(Qt::CaseInsensitive);
|
||||||
|
|
||||||
m_table_model->setFont(ui_settings.GetDebugFont());
|
m_table_model->setFont(ui_settings.GetDebugFont());
|
||||||
connect(&ui_settings, &Settings::DebugFontChanged, m_table_model,
|
connect(&ui_settings, &Settings::DebugFontChanged, m_table_model,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user