diff --git a/CSharp/Engines/WindowsForms/Libraries/UniversalEditor.UserInterface.WindowsForms/Editors/FileSystemEditor.cs b/CSharp/Engines/WindowsForms/Libraries/UniversalEditor.UserInterface.WindowsForms/Editors/FileSystemEditor.cs index 4f83dc53..ee37eb62 100644 --- a/CSharp/Engines/WindowsForms/Libraries/UniversalEditor.UserInterface.WindowsForms/Editors/FileSystemEditor.cs +++ b/CSharp/Engines/WindowsForms/Libraries/UniversalEditor.UserInterface.WindowsForms/Editors/FileSystemEditor.cs @@ -343,7 +343,7 @@ namespace UniversalEditor.UserInterface.WindowsForms.Editors lv.Items.Clear(); - if (tIconLoader.ThreadState == System.Threading.ThreadState.Running) + if (tIconLoader.ThreadState != System.Threading.ThreadState.Stopped) { tIconLoader.Abort(); tIconLoader = null;