mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 10:59:11 +02:00
IdeDebugger: display format, improve layout for array and options. Fix calculating min-constraints
This commit is contained in:
parent
4ed0529400
commit
744004e687
@ -1723,6 +1723,7 @@ begin
|
|||||||
|
|
||||||
px := 0;
|
px := 0;
|
||||||
py := 0;
|
py := 0;
|
||||||
|
if c is TWinControl then TWinControl(c).Handle;
|
||||||
c.InvalidatePreferredSize;
|
c.InvalidatePreferredSize;
|
||||||
c.GetPreferredSize(px, py);
|
c.GetPreferredSize(px, py);
|
||||||
if (px > c.Constraints.MinWidth) and
|
if (px > c.Constraints.MinWidth) and
|
||||||
|
Loading…
Reference in New Issue
Block a user