Changeset 268 for trunk/UCore.pas
- Timestamp:
- Jan 20, 2019, 9:32:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.pas
r265 r268 95 95 DevelMode: Boolean; 96 96 AnimationSpeed: Integer; 97 ShowCellGrid: Boolean; 97 98 AutoSaveEnabled: Boolean; 98 99 ReopenLastFile: Boolean; … … 202 203 ScaleDPI1.AutoDetect := XMLConfig1.GetValue('DPIAuto', True); 203 204 FormNewTabIndex := XMLConfig1.GetValue('FormNewTabIndex', 0); 205 ShowCellGrid := XMLConfig1.GetValue('ShowCellGrid', True); 204 206 end; 205 207 … … 217 219 XMLConfig1.SetValue('DPIAuto', ScaleDPI1.AutoDetect); 218 220 XMLConfig1.SetValue('FormNewTabIndex', FormNewTabIndex); 221 XMLConfig1.SetValue('ShowCellGrid', ShowCellGrid); 219 222 end; 220 223
Note:
See TracChangeset
for help on using the changeset viewer.