Ignore:
Timestamp:
Dec 4, 2014, 11:26:54 AM (9 years ago)
Author:
chronos
Message:
  • Added: Unit project which should handle all project related operations.
  • Fixed: TScaleDPI to handle also lower then default DPI and different horizontal and vertical DPI.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormSourceCode.pas

    r51 r61  
    168168procedure TFormSourceCode.MemoSourceChange(Sender: TObject);
    169169begin
    170   Core.Modified := True;
     170  Core.Project.Modified := True;
    171171  MainForm.CurrentTarget.Compiled := False;
    172172  MainForm.UpdateInterface;
Note: See TracChangeset for help on using the changeset viewer.