Changeset 334 for trunk/ClientGUI.pas


Ignore:
Timestamp:
Aug 27, 2024, 4:39:09 PM (3 weeks ago)
Author:
chronos
Message:
  • Fixed: Recalculate list NewId if necessary.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ClientGUI.pas

    r330 r334  
    365365            end;
    366366          if Assigned(SelectedCell) and (SelectedCell = Cell) then
    367               Brush.Color := clGreen
     367            Brush.Color := clGreen
    368368            else if Assigned(SelectedCell) and ControlPlayer.IsAllowedMoveTarget(SelectedCell, Cell) then
    369369              Brush.Color := clPurple
Note: See TracChangeset for help on using the changeset viewer.