sparta: fix for r51343 #7967d77c82 non-Windows platforms.

git-svn-id: trunk@51344 -
This commit is contained in:
ondrej 2016-01-19 19:38:31 +00:00
parent 7967d77c82
commit 394804dd32

View File

@ -109,6 +109,9 @@ begin
FDesignedForm.BeginUpdate;
FDesignedForm.Form.Parent := FResizerFrame.pClient;
{$IFNDEF WINDOWS}
FDesignedForm.Form.BorderStyle := bsNone;
{$ENDIF}
// for big forms (bigger than screen resolution) we need to refresh Real* values
DesignedForm.RealWidth := DesignedForm.Width;
DesignedForm.RealHeight := DesignedForm.Height;