You've already forked lazarus-ccr
tvplanit: Disable not used functions.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8527 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -868,7 +868,7 @@ begin
|
||||
Clear;
|
||||
|
||||
// Draw the contacts
|
||||
if StartLine <> -2 then
|
||||
if StartLine <> -2 then // Do not change. Paint calls it with StartLine = -1...
|
||||
DrawContacts;
|
||||
|
||||
// Draw the vertical bars
|
||||
|
Reference in New Issue
Block a user