draw map icons for all maps in project

This commit is contained in:
garak 2019-04-06 00:20:57 -04:00 committed by huderlem
parent f8c9f97cb6
commit 01bb74bf8c

View file

@ -1024,8 +1024,7 @@ void MainWindow::drawMapListIcons(QAbstractItemModel *model) {
}
void MainWindow::updateMapList() {
QAbstractItemModel *model = ui->mapList->model();
drawMapListIcons(model);
drawMapListIcons(mapListModel);
}
void MainWindow::on_action_Save_Project_triggered()