Ignore:
Timestamp:
Sep 28, 2014, 9:21:26 PM (10 years ago)
Author:
chronos
Message:
  • Fixed: Unit move win probability was bad calculated if already existed move was modified.
  • Added: Easier close of unit move dialog by Escape or Enter key.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.pas

    r71 r72  
    171171    AToolBarBigIcons.Checked := GetValue(Path + '/LargeIcons', False);
    172172    AToolBarVisible.Checked := GetValue(Path + '/ToolBarVisible', True);
    173     AStatusBarVisible.Checked := GetValue(Path + '/StatusBarVisible', True);
     173    AStatusBarVisible.Checked := GetValue(Path + '/StatusBarVisible', False);
    174174  end;
    175175end;
Note: See TracChangeset for help on using the changeset viewer.