mirror of
https://github.com/huderlem/porymap.git
synced 2026-04-22 09:37:41 -05:00
draw map icons for all maps in project
This commit is contained in:
parent
f8c9f97cb6
commit
01bb74bf8c
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user