mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 02:28:14 +02:00
Message box have to draw some blank lines.
This commit is contained in:
parent
8ff73efe32
commit
9c3a66930c
@ -3261,6 +3261,15 @@ BEGIN
|
||||
end;
|
||||
end;
|
||||
FinishLine;
|
||||
if Y < Size.Y then
|
||||
begin
|
||||
{we have to draw blank lines}
|
||||
for I:=Y to Size.Y-1 do
|
||||
begin
|
||||
BeginNewLine;
|
||||
FinishLine;
|
||||
end;
|
||||
end;
|
||||
END;
|
||||
{$else FV_UNICODE}
|
||||
PROCEDURE TStaticText.Draw;
|
||||
|
Loading…
Reference in New Issue
Block a user