Changeset 646 for trunk/LocalPlayer


Ignore:
Timestamp:
Feb 19, 2025, 8:42:56 AM (4 days ago)
Author:
chronos
Message:
  • Fixed: Recalculate unit list size if the main window was resized.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Term.pas

    r642 r646  
    35023502  I, J: Integer;
    35033503begin
     3504  TroopLoc := -1;
    35043505  NoMap := TIsoMap.Create;
    35053506  MainMap := TIsoMap.Create;
     
    83818382  ArrangeMidPanel;
    83828383  if RepaintOnResize then RepaintAll;
     8384  SetTroopLoc(TroopLoc);
    83838385end;
    83848386
Note: See TracChangeset for help on using the changeset viewer.