fix(ui): force redraw of mod list when (de)selecting a mod
Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
7a95314e42
commit
cee41b87f7
1 changed files with 3 additions and 0 deletions
|
@ -226,6 +226,9 @@ void ModPage::onModSelected()
|
|||
}
|
||||
|
||||
updateSelectionButton();
|
||||
|
||||
/* Force redraw on the mods list when the selection changes */
|
||||
ui->packView->adjustSize();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue