mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 08:41:25 +02:00
Reverted accidentally committed unit
git-svn-id: trunk@13247 -
This commit is contained in:
parent
4a1d394e7e
commit
2f1dae25aa
@ -4111,7 +4111,6 @@ begin
|
|||||||
rcToken := AClip;
|
rcToken := AClip;
|
||||||
rcToken.Top := (RowToScreenRow(LastLine)+1) * fTextHeight;
|
rcToken.Top := (RowToScreenRow(LastLine)+1) * fTextHeight;
|
||||||
if (rcToken.Top < rcToken.Bottom) then begin
|
if (rcToken.Top < rcToken.Bottom) then begin
|
||||||
DebugLn('Draw To clip ' + ColorToString(colEditorBG));
|
|
||||||
SetBkColor(dc, ColorToRGB(colEditorBG));
|
SetBkColor(dc, ColorToRGB(colEditorBG));
|
||||||
InternalFillRect(dc, rcToken);
|
InternalFillRect(dc, rcToken);
|
||||||
// Draw the right edge if necessary.
|
// Draw the right edge if necessary.
|
||||||
|
Loading…
Reference in New Issue
Block a user