Qt: Fix missing rows in our beloved trophy manager

This commit is contained in:
Megamouse 2018-05-20 04:53:23 +02:00 committed by Ivan
parent f8bbdc39c5
commit c61049b76f
1 changed files with 2 additions and 0 deletions

View File

@ -551,6 +551,8 @@ void trophy_manager_dialog::ApplyFilter()
m_trophy_table->setRowHidden(i, hide);
}
ReadjustTrophyTable();
}
void trophy_manager_dialog::ShowContextMenu(const QPoint& loc)