Changeset 330 for trunk/Forms/FormNew.pas
- Timestamp:
- Jul 19, 2024, 9:46:33 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormNew.pas
r317 r330 397 397 Client.View.ZoomAll; 398 398 //Client.ControlPlayer := GamePreview.Players.First; 399 Client.CellGridVisible := True; 399 Client.CellGridVisible := Core.Core.CellGridVisible; 400 Client.UnitShapeVisible := Core.Core.UnitShapeVisible; 400 401 Bitmap.Canvas.Brush.Color := MapBackgroundColor; //clBackground; //PaintBox1.GetColorResolvingParent; 401 402 Bitmap.Canvas.FillRect(0, 0, Bitmap.Width, Bitmap.Height);
Note:
See TracChangeset
for help on using the changeset viewer.