Changeset 222 for trunk/Forms/UFormClient.pas
- Timestamp:
- Jul 13, 2018, 11:13:12 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormClient.pas
r221 r222 477 477 Client.View.FocusedCell := Cell; 478 478 StatusBar1.Panels[0].Text := '[' + IntToStr(Cell.PosPx.X) + ', ' + IntToStr(Cell.PosPx.Y) + 479 '] (' + IntToStr(Cell.MovesFrom.Count) + ', ' + IntToStr(Cell.MovesTo.Count) + ') ';479 '] (' + IntToStr(Cell.MovesFrom.Count) + ', ' + IntToStr(Cell.MovesTo.Count) + ') ' + IntToStr(Cell.Id); 480 480 end else begin 481 481 Client.View.FocusedCell := nil;
Note:
See TracChangeset
for help on using the changeset viewer.