mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Crash when minimize progress window
This commit is contained in:
parent
e805d099ee
commit
dd429d7271
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue