https://winscp.net/tracker/1606 Source commit: 0bb3a07508d99327a332ea20bb07977629fc065b
@@ -940,6 +940,7 @@ void __fastcall TExternalConsole::Progress(TScriptProgress & Progress)
CommStruct = GetCommStruct();
try
{
+ ProgressEvent = CommStruct->ProgressEvent;
Progress.Cancel = ProgressEvent.Cancel;
}
__finally