Ignore:
Timestamp:
Jul 26, 2012, 2:07:15 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Non visual related code moved to data module Core in UCore unit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormSourceCode.pas

    r47 r51  
    6464
    6565uses
    66   UFormMain;
     66  UCore, UFormMain;
    6767
    6868resourcestring
     
    168168procedure TFormSourceCode.MemoSourceChange(Sender: TObject);
    169169begin
    170   MainForm.Modified := True;
     170  Core.Modified := True;
    171171  MainForm.CurrentTarget.Compiled := False;
    172172  MainForm.UpdateInterface;
Note: See TracChangeset for help on using the changeset viewer.