mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-03 17:17:39 +02:00
sparta: fix for r51343 #7967d77c82 non-Windows platforms.
git-svn-id: trunk@51344 -
This commit is contained in:
parent
7967d77c82
commit
394804dd32
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user