SynEdit: debug for caret

git-svn-id: trunk@27152 -
This commit is contained in:
martin 2010-08-19 23:52:34 +00:00
parent 5afc05a556
commit 65f6433075

View File

@ -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);