Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit a4491dc8 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

Clear Statusbar after Cancelling Job

parent d2d2f059
No related branches found
No related tags found
No related merge requests found
......@@ -841,6 +841,7 @@ namespace VECTO3GUI2020.ViewModel.Implementation
});
_simulationLoggingEnabled = false;
_cancellationTokenSource.Cancel();
_status.Report("");
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment