mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 12:29:29 +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;
|
||||
py := 0;
|
||||
if c is TWinControl then TWinControl(c).Handle;
|
||||
c.InvalidatePreferredSize;
|
||||
c.GetPreferredSize(px, py);
|
||||
if (px > c.Constraints.MinWidth) and
|
||||
|
Loading…
Reference in New Issue
Block a user