mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 20:18:11 +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
|
||||
Result := WMPaintCalled;
|
||||
if (TestLabel <> nil) and (Result <> TestLabel.DidPaint) then exit(-1);
|
||||
{$IfNDef LCLQT}
|
||||
if (TestButton <> nil) and (Result <> TestButton.DidPaint) then exit(-1);
|
||||
{$EndIf}
|
||||
finally
|
||||
ResetCounts;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user