mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 18:16:06 +02:00
SynEdit: debug for caret
git-svn-id: trunk@27152 -
This commit is contained in:
parent
5afc05a556
commit
65f6433075
@ -1778,6 +1778,7 @@ begin
|
||||
if (not FCurrentCreated) or (FCurrentClippedWidth <> w) then begin
|
||||
{$IFDeF SynCaretDebug}
|
||||
debugln(['SynEditCaret CreateCaret for handle=',FHandle, ' DebugShowCount=', FDebugShowCount, ' Width=', w, ' pref-width=', FPixelWidth, ' Height=', FPixelHeight, ' FCurrentCreated=',FCurrentCreated, ' FCurrentVisible=',FCurrentVisible]);
|
||||
FDebugShowCount := 0;
|
||||
{$ENDIF}
|
||||
//if FCurrentCreated then
|
||||
// LCLIntf.DestroyCaret(FHandle);
|
||||
|
Loading…
Reference in New Issue
Block a user