draw map icons for all maps in project
This commit is contained in:
parent
f8c9f97cb6
commit
01bb74bf8c
1 changed files with 1 additions and 2 deletions
|
@ -1024,8 +1024,7 @@ void MainWindow::drawMapListIcons(QAbstractItemModel *model) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::updateMapList() {
|
void MainWindow::updateMapList() {
|
||||||
QAbstractItemModel *model = ui->mapList->model();
|
drawMapListIcons(mapListModel);
|
||||||
drawMapListIcons(model);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::on_action_Save_Project_triggered()
|
void MainWindow::on_action_Save_Project_triggered()
|
||||||
|
|
Loading…
Reference in a new issue