Develop and Download Open Source Software

Browse Subversion Repository

Diff of /Unit1.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 15 by yamat0jp, Thu Jul 16 20:58:23 2015 UTC revision 16 by yamat0jp, Sat Jul 18 05:48:27 2015 UTC
# Line 545  begin Line 545  begin
545      end;      end;
546      Canvas.DrawLine(PointF(i * Size, 0), PointF(i * Size, Size * Count), 1);      Canvas.DrawLine(PointF(i * Size, 0), PointF(i * Size, Size * Count), 1);
547    end;    end;
548      Canvas.DrawLine(PointF(Count*Size,0),PointF(Count*Size,Count*Size),1);
549      Canvas.DrawLine(PointF(0,Count*Size),PointF(Count*Size,Count*Size),1);
550    if StoneGrid.Active = false then    if StoneGrid.Active = false then
551      StoneGrid.Paint(Canvas);      StoneGrid.Paint(Canvas);
552  end;  end;

Legend:
Removed from v.15  
changed lines
  Added in v.16

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26