FIX: Crash when minimize progress window

This commit is contained in:
Alexander Koblov 2016-02-14 13:34:46 +00:00
commit dd429d7271

View file

@ -283,6 +283,10 @@ begin
if not InitializeOperation then
CloseDialog;
// Workaround: TWinControl.WMSize loop detected
Constraints.MaxWidth:= Screen.Width;
Constraints.MaxHeight:= Screen.Height;
end;
function TfrmFileOp.GetFirstOperationHandle(QueueIdentifier: TOperationsManagerQueueIdentifier): TOperationHandle;