mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-14 04:46:49 -05:00
draw map icons for all maps in project
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user