fix(ui): force redraw of mod list when (de)selecting a mod

Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
flow 2022-07-31 16:01:47 -03:00
parent 7a95314e42
commit cee41b87f7
No known key found for this signature in database
GPG Key ID: 8D0F221F0A59F469

View File

@ -226,6 +226,9 @@ void ModPage::onModSelected()
}
updateSelectionButton();
/* Force redraw on the mods list when the selection changes */
ui->packView->adjustSize();
}