Changeset 63 for trunk/Forms/UFormMain.pas
- Timestamp:
- Jan 5, 2023, 11:03:33 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.pas
r62 r63 31 31 MenuItem6: TMenuItem; 32 32 MenuItem7: TMenuItem; 33 MenuItem8: TMenuItem; 33 34 MenuItem9: TMenuItem; 34 35 StatusBar1: TStatusBar; … … 137 138 {$IFDEF DEBUG} 138 139 StatusBar1.Visible := not FullScreenEnabled; 140 AShowMap.Visible := True; 141 ANewGame.Visible := True; 142 AShowRawImageDesc.Visible := True; 139 143 {$ENDIF} 140 144 end; … … 148 152 begin 149 153 XMLConfig1.Filename := GetAppConfigDir(False) + 'Config.xml'; 154 FullScreenEnabled := True; 150 155 151 156 PersistentForm := TPersistentForm.Create(nil); … … 244 249 PersistentForm.Load(Self, False, True); 245 250 FullScreenEnabled := PersistentForm.FormFullScreen; 246 UpdateInterface 251 PersistentForm.SetFullScreen(FullScreenEnabled); 252 UpdateInterface; 247 253 end; 248 254
Note:
See TracChangeset
for help on using the changeset viewer.