Re-draw map status icons when changing the map filter
This commit is contained in:
parent
01bb74bf8c
commit
d7287ce54b
1 changed files with 1 additions and 0 deletions
|
@ -720,6 +720,7 @@ void MainWindow::sortMapList() {
|
||||||
|
|
||||||
ui->mapList->setUpdatesEnabled(true);
|
ui->mapList->setUpdatesEnabled(true);
|
||||||
ui->mapList->repaint();
|
ui->mapList->repaint();
|
||||||
|
updateMapList();
|
||||||
}
|
}
|
||||||
|
|
||||||
QStandardItem* MainWindow::createMapItem(QString mapName, int groupNum, int inGroupNum) {
|
QStandardItem* MainWindow::createMapItem(QString mapName, int groupNum, int inGroupNum) {
|
||||||
|
|
Loading…
Reference in a new issue