diff --git a/CSharp/Engines/WindowsForms/Plugins/UniversalEditor.Plugins.Executable.UserInterface.WindowsForms/Editors/Executable/ExecutableEditor.cs b/CSharp/Engines/WindowsForms/Plugins/UniversalEditor.Plugins.Executable.UserInterface.WindowsForms/Editors/Executable/ExecutableEditor.cs index c7296946..fdcf9d8c 100644 --- a/CSharp/Engines/WindowsForms/Plugins/UniversalEditor.Plugins.Executable.UserInterface.WindowsForms/Editors/Executable/ExecutableEditor.cs +++ b/CSharp/Engines/WindowsForms/Plugins/UniversalEditor.Plugins.Executable.UserInterface.WindowsForms/Editors/Executable/ExecutableEditor.cs @@ -66,6 +66,7 @@ namespace UniversalEditor.Editors.Executable private void mnuContextListViewSections_Opening(object sender, CancelEventArgs e) { + mnuContextListViewSectionsDelete.Enabled = (lvSections.SelectedItems.Count > 0); mnuContextListViewSectionsExport.Enabled = (lvSections.SelectedItems.Count > 0); }