mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 01:19:29 +02:00
Fixes typo in the test 822
git-svn-id: trunk@27761 -
This commit is contained in:
parent
b1f3a0a6c8
commit
c7d58c33c4
@ -37,7 +37,7 @@ begin
|
|||||||
[ScrollBar1.Width, LineEnding, GetSystemMetrics(SM_CXVSCROLL)]);
|
[ScrollBar1.Width, LineEnding, GetSystemMetrics(SM_CXVSCROLL)]);
|
||||||
if ParamStr(1)='--runtest' then begin
|
if ParamStr(1)='--runtest' then begin
|
||||||
if ScrollBar1.Width = GetSystemMetrics(SM_CXVSCROLL) then
|
if ScrollBar1.Width = GetSystemMetrics(SM_CXVSCROLL) then
|
||||||
writeln('ScrollBar1.Width = GetSystemMetrics(SM_CXVSCROLL) = ')
|
writeln('ScrollBar1.Width = GetSystemMetrics(SM_CXVSCROLL)')
|
||||||
else
|
else
|
||||||
writeln(
|
writeln(
|
||||||
format('ScrollBar1.Width (%d) <> GetSystemMetrics(SM_CXVSCROLL) (%d)',
|
format('ScrollBar1.Width (%d) <> GetSystemMetrics(SM_CXVSCROLL) (%d)',
|
||||||
|
Loading…
Reference in New Issue
Block a user