mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 07:19:31 +02:00
lcl: less hints
git-svn-id: trunk@55680 -
This commit is contained in:
parent
895444b524
commit
60ffd8c84e
@ -685,7 +685,7 @@ begin
|
||||
// as expected for some reason.issue #20741.
|
||||
// Constraints fix issue #29563
|
||||
AFixedWidthHeight := AForm.BorderStyle in [bsDialog, bsSingle, bsToolWindow];
|
||||
FillChar(Geometry, SizeOf(TGdkGeometry), 0);
|
||||
FillChar(Geometry{%H-}, SizeOf(TGdkGeometry), 0);
|
||||
with Geometry do
|
||||
begin
|
||||
if not AFixedWidthHeight and (AForm.Constraints.MinWidth > 0) then
|
||||
|
Loading…
Reference in New Issue
Block a user