You've already forked lazarus-ccr
tvplanit: Improved handling of all-day events in ical files.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9088 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -164,7 +164,7 @@ begin
|
||||
FixedCols := 0;
|
||||
Options := [goEditing, goRowSelect, goThumbTracking,
|
||||
goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine,
|
||||
goRangeSelect, goSmoothScroll];
|
||||
goRangeSelect]; // Strange scroll effect when using goSmoothScroll...
|
||||
OnDrawCell := @GridDrawCell;
|
||||
OnGetCheckboxState := @GridGetCheckboxState;
|
||||
OnPrepareCanvas := @GridPrepareCanvas;
|
||||
|
Reference in New Issue
Block a user