Skip to content

Commit

Permalink
Adding date column throws error
Browse files Browse the repository at this point in the history
  • Loading branch information
cfpp2p committed Feb 8, 2019
1 parent 54bf866 commit fd5979f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vargrid.pas
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@ procedure TVarGrid.MouseMove(Shift: TShiftState; X, Y: Integer);
var
pt: TPoint;
begin
NullStrictConvert := False;
inherited MouseMove(Shift, X, Y);
pt:=MouseToCell(Point(x, y));
if (FHintCell.x <> -1) and ((FHintCell.x <> pt.x) or (FHintCell.y <> pt.y)) then begin
Expand Down

0 comments on commit fd5979f

Please sign in to comment.