mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 21:39:49 +02:00
win32: remove debug writeln
git-svn-id: trunk@20835 -
This commit is contained in:
parent
5f2c2bce3a
commit
319321c0d4
@ -2358,8 +2358,6 @@ begin
|
||||
Dec(Height, Windows.GetSystemMetrics(SM_CYSMCAPTION))
|
||||
else
|
||||
Dec(Height, Windows.GetSystemMetrics(SM_CYCAPTION));
|
||||
if GetParent(Handle) = 0 then
|
||||
WriteLn(Height);
|
||||
|
||||
if (WindowInfo^.WinControl is TCustomFloatSpinEdit) then
|
||||
AdjustForBuddySize;
|
||||
|
Loading…
Reference in New Issue
Block a user