Changeset 273 for trunk/Forms/UFormClient.pas
- Timestamp:
- Jan 30, 2019, 8:08:44 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormClient.pas
r269 r273 347 347 FClient.OnNextPlayer := DoNextPlayer; 348 348 FClient.View.DestRect := TRect.CreateBounds(TPoint.Create(0, 0), TPoint.Create(PaintBox1.Width, PaintBox1.Height)); 349 FClient.ShowCellGrid := Core.ShowCellGrid; 349 FClient.CellGridVisible := Core.CellGridVisible; 350 FClient.UnitShapeVisible := Core.UnitShapeVisible; 350 351 end; 351 352 Redraw;
Note:
See TracChangeset
for help on using the changeset viewer.