Ignore:
Timestamp:
Mar 11, 2014, 9:09:56 AM (11 years ago)
Author:
chronos
Message:
  • Fixed: Save game settings not only on application exit but also on new game confirmation.
  • Modified: Made moves arrows look like arrow now.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormNew.pas

    r39 r40  
    194194  SpinEditMapSizeX.Value := Game.Map.Size.X;
    195195  SpinEditMapSizeY.Value := Game.Map.Size.Y;
     196  TrackBarSizeX.Position := Game.Map.Size.X;
     197  TrackBarSizeY.Position := Game.Map.Size.Y;
    196198  RadioGroupGrowAmount.ItemIndex := Integer(Game.GrowAmount);
    197199  RadioGroupGrowCells.ItemIndex := Integer(Game.GrowCells);
Note: See TracChangeset for help on using the changeset viewer.