Changeset 176 for trunk/Core.pas


Ignore:
Timestamp:
Jul 19, 2024, 8:29:45 PM (2 months ago)
Author:
chronos
Message:
  • Fixed: Main form was not visible on Windows task bar.
  • Fixed: Do not load/save form dimensions in design time.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Core.pas

    r174 r176  
    486486  TFormEx.PersistentForm := PersistentForm1;
    487487
    488   FormMain := TFormMain.Create(nil);
     488  Application.CreateForm(TFormMain, FormMain);
    489489  FormMain.Show;
    490490end;
     
    496496  if Assigned(ProfileImage) then
    497497    FreeAndNil(ProfileImage);
    498   FreeAndNil(FormMain);
    499498end;
    500499
Note: See TracChangeset for help on using the changeset viewer.