diff --git a/src/Editor/WorldEditor/WCreateTab.cpp b/src/Editor/WorldEditor/WCreateTab.cpp index a3b4714c..c8c042ca 100644 --- a/src/Editor/WorldEditor/WCreateTab.cpp +++ b/src/Editor/WorldEditor/WCreateTab.cpp @@ -75,8 +75,10 @@ void WCreateTab::OnLayersChanged() for (u32 iLyr = 0; iLyr < pArea->GetScriptLayerCount(); iLyr++) ui->SpawnLayerComboBox->addItem(TO_QSTRING(pArea->GetScriptLayer(iLyr)->Name())); - ui->SpawnLayerComboBox->blockSignals(false); ui->SpawnLayerComboBox->setCurrentIndex(0); + ui->SpawnLayerComboBox->blockSignals(false); + + OnSpawnLayerChanged(0); } void WCreateTab::OnSpawnLayerChanged(int LayerIndex)