Ignore:
Timestamp:
Apr 4, 2016, 12:24:37 AM (8 years ago)
Author:
chronos
Message:
  • Modified: Show name in operation list.
  • Fixed: Store scan run mode in project file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Form/UFormMain.pas

    r21 r22  
    185185  if (Item.Index >= 0) and (Item.Index < Scans.Count) then
    186186  with TDriveScan(Scans[Item.Index]) do begin
    187     Item.Caption := IntToStr(Item.Index);
     187    Item.Caption := GetName;
    188188    Item.Data := TDriveScan(Scans[Item.Index]);
    189189    Item.SubItems.Add(DateTimeToStr(TimeStart));
     
    309309  Core.Project.ScanProfile.LoadFromDriveInfo(Core.Project.DriveInfo);
    310310
     311
    311312  Redraw;
    312313  UpdateInterface;
     
    357358    Scans.Add(NewOperation);
    358359    CurrentScan := TDriveScan(Scans.Last);
     360    CurrentScan.LoadProfile(ScanProfile);
    359361    ReloadOperationList;
    360362    Redraw;
Note: See TracChangeset for help on using the changeset viewer.