Changeset 149 for trunk/Core.pas
- Timestamp:
- Jun 5, 2024, 9:58:43 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Core.pas
r148 r149 70 70 71 71 uses 72 LazFileUtils, FormMain, 72 LazFileUtils, FormMain, FormEx, 73 73 // Targets 74 74 TargetInterpretter, TargetFPC, TargetJava, TargetDelphi, TargetJavascript, … … 115 115 ApplicationInfo.RegistryKey + '\' + RecentFilesRegKey); 116 116 LoadFromRegistry(Core.ApplicationInfo.GetRegistryContext); 117 118 TFormEx.ScaleDPI := ScaleDPI1; 119 TFormEx.Translator := Translator; 120 TFormEx.ThemeManager := ThemeManager; 121 TFormEx.PersistentForm := PersistentForm1; 117 122 118 123 FormMain := TFormMain.Create(nil);
Note:
See TracChangeset
for help on using the changeset viewer.