mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 15:28:14 +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.Top := (RowToScreenRow(LastLine)+1) * fTextHeight;
|
||||
if (rcToken.Top < rcToken.Bottom) then begin
|
||||
DebugLn('Draw To clip ' + ColorToString(colEditorBG));
|
||||
SetBkColor(dc, ColorToRGB(colEditorBG));
|
||||
InternalFillRect(dc, rcToken);
|
||||
// Draw the right edge if necessary.
|
||||
|
Loading…
Reference in New Issue
Block a user