Skip to content

Commit 315d2d6

Browse files
committed
Pressing "Apply" in lighting settings window no longer closes the window
Resolves #211
1 parent 585de91 commit 315d2d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/TSMapEditor/UI/Windows/LightingSettingsWindow.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ private void BtnApply_LeftClick(object sender, System.EventArgs e)
138138
state.LightingPreviewState = (LightingPreviewMode)ddLightingPreview.SelectedIndex;
139139

140140
map.Lighting.RefreshLightingColors();
141-
142-
Hide();
143141
}
144142
}
145143
}

0 commit comments

Comments
 (0)