mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 03:00:30 +01:00
carbon: fix compilation
git-svn-id: trunk@25493 -
This commit is contained in:
parent
94774d56fb
commit
05761502a7
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user