diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 124279d7..9ada39e7 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -2334,6 +2334,7 @@ void MainWindow::on_comboBox_PrimaryTileset_currentTextChanged(const QString &ti editor->updatePrimaryTileset(tilesetLabel); redrawMapScene(); on_horizontalSlider_MetatileZoom_valueChanged(ui->horizontalSlider_MetatileZoom->value()); + updateTilesetEditor(); } } @@ -2343,6 +2344,7 @@ void MainWindow::on_comboBox_SecondaryTileset_currentTextChanged(const QString & editor->updateSecondaryTileset(tilesetLabel); redrawMapScene(); on_horizontalSlider_MetatileZoom_valueChanged(ui->horizontalSlider_MetatileZoom->value()); + updateTilesetEditor(); } }