Skip to content

Commit

Permalink
for last atflatcontrols
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-T committed May 31, 2023
1 parent a81ab8e commit 9cce20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atsynedit/atsynedit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -7553,7 +7553,7 @@ procedure TATSynEdit.DoPaintCaretShape(C: TCanvas; ARect: TRect;

if ACaretShape.EmptyInside then
begin
CanvasInvertFrameRect(C, ARect, Colors.Caret);
CanvasInvertRectEmptyInside(C, ARect, Colors.Caret);
exit;
end;

Expand Down

0 comments on commit 9cce20a

Please sign in to comment.