Skip to content

Commit

Permalink
don't let preset be changed during compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruarai authored and Ruarai committed Jun 12, 2017
1 parent e86ac47 commit 3855fb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CompilePalX/MainWindow.xaml.cs
Expand Up @@ -205,6 +205,7 @@ private void CompilingManager_OnStart()
AddPresetButton.IsEnabled = false;
RemovePresetButton.IsEnabled = false;
ClonePresetButton.IsEnabled = false;
PresetConfigListBox.IsEnabled = false;

AddMapButton.IsEnabled = false;
RemoveMapButton.IsEnabled = false;
Expand All @@ -224,6 +225,7 @@ private void CompilingManager_OnFinish()
AddPresetButton.IsEnabled = true;
RemovePresetButton.IsEnabled = true;
ClonePresetButton.IsEnabled = true;
PresetConfigListBox.IsEnabled = true;

AddMapButton.IsEnabled = true;
RemoveMapButton.IsEnabled = true;
Expand Down

0 comments on commit 3855fb8

Please sign in to comment.