Ignore:
Timestamp:
Oct 26, 2023, 11:59:00 PM (7 months ago)
Author:
chronos
Message:
  • Fixed: Resolved unit names conflict with Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ByteArray/Forms/FormSourceEditor.pas

    r47 r48  
    55uses
    66  Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls, Menus,
    7   ActnList, FormMessages, FormAssembler, Project;
     7  ActnList, FormMessages, FormAssembler, Project, Common.FormEx;
    88
    99type
     
    1111  { TFormSourceEditor }
    1212
    13   TFormSourceEditor = class(TForm)
     13  TFormSourceEditor = class(TFormEx)
    1414    AClose: TAction;
    1515    ANew: TAction;
Note: See TracChangeset for help on using the changeset viewer.