mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-13 12:40:19 +00:00
Qt: Fix missing rows in our beloved trophy manager
This commit is contained in:
parent
f8bbdc39c5
commit
c61049b76f
@ -551,6 +551,8 @@ void trophy_manager_dialog::ApplyFilter()
|
|||||||
|
|
||||||
m_trophy_table->setRowHidden(i, hide);
|
m_trophy_table->setRowHidden(i, hide);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ReadjustTrophyTable();
|
||||||
}
|
}
|
||||||
|
|
||||||
void trophy_manager_dialog::ShowContextMenu(const QPoint& loc)
|
void trophy_manager_dialog::ShowContextMenu(const QPoint& loc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user