mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 15:42:08 +02:00
Tests: test for PageControl, workaround missing button paint in QT
git-svn-id: trunk@42690 -
This commit is contained in:
parent
dea1487f68
commit
0dcfe25d4f
@ -153,7 +153,9 @@ begin
|
|||||||
try
|
try
|
||||||
Result := WMPaintCalled;
|
Result := WMPaintCalled;
|
||||||
if (TestLabel <> nil) and (Result <> TestLabel.DidPaint) then exit(-1);
|
if (TestLabel <> nil) and (Result <> TestLabel.DidPaint) then exit(-1);
|
||||||
|
{$IfNDef LCLQT}
|
||||||
if (TestButton <> nil) and (Result <> TestButton.DidPaint) then exit(-1);
|
if (TestButton <> nil) and (Result <> TestButton.DidPaint) then exit(-1);
|
||||||
|
{$EndIf}
|
||||||
finally
|
finally
|
||||||
ResetCounts;
|
ResetCounts;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user