mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Qt: Fix missing rows in our beloved trophy manager
This commit is contained in:
parent
f8bbdc39c5
commit
c61049b76f
1 changed files with 2 additions and 0 deletions
|
@ -551,6 +551,8 @@ void trophy_manager_dialog::ApplyFilter()
|
|||
|
||||
m_trophy_table->setRowHidden(i, hide);
|
||||
}
|
||||
|
||||
ReadjustTrophyTable();
|
||||
}
|
||||
|
||||
void trophy_manager_dialog::ShowContextMenu(const QPoint& loc)
|
||||
|
|
Loading…
Add table
Reference in a new issue