SpartaDockedFormEditor: Make form resizable again on Windows after r61997 #a5cca7c662. Issue #36127

git-svn-id: trunk@63218 -
This commit is contained in:
michl 2020-05-25 13:12:58 +00:00
parent aefa3215f8
commit 2bdfd2f614

View File

@ -848,10 +848,12 @@ begin
FLastDesignedHeightToScroll:=DesignedHeightToScroll;
pBG.OnPaint := nil;
pBG.SendToBack;
FDesignedForm.BeginUpdate;
end;
procedure TBasicResizeFrame.EndFormSizeUpdate(Sender: TObject);
begin
FDesignedForm.EndUpdate;
pBG.OnPaint := pBGPaint;
end;