carbon: fix compilation

git-svn-id: trunk@25493 -
This commit is contained in:
dmitry 2010-05-18 07:23:52 +00:00
parent 94774d56fb
commit 05761502a7

View File

@ -100,7 +100,7 @@ begin
finally
Dispose(AStruct);
end;
if AWidget.HasCaret then DrawCaret(AWidget);
if AWidget.HasCaret then DrawCaret;
// resetting clip region for the next paint
TCarbonControlContext(AWidget.Context).SetClipRegion(nil, 0);