mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 01:00:34 +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.
|
// as expected for some reason.issue #20741.
|
||||||
// Constraints fix issue #29563
|
// Constraints fix issue #29563
|
||||||
AFixedWidthHeight := AForm.BorderStyle in [bsDialog, bsSingle, bsToolWindow];
|
AFixedWidthHeight := AForm.BorderStyle in [bsDialog, bsSingle, bsToolWindow];
|
||||||
FillChar(Geometry, SizeOf(TGdkGeometry), 0);
|
FillChar(Geometry{%H-}, SizeOf(TGdkGeometry), 0);
|
||||||
with Geometry do
|
with Geometry do
|
||||||
begin
|
begin
|
||||||
if not AFixedWidthHeight and (AForm.Constraints.MinWidth > 0) then
|
if not AFixedWidthHeight and (AForm.Constraints.MinWidth > 0) then
|
||||||
|
Loading…
Reference in New Issue
Block a user