Ignore:
Timestamp:
Nov 25, 2021, 1:51:20 PM (3 years ago)
Author:
chronos
Message:
  • Fixed: Memory allocation during files merge.
  • Fixed: Select all context menu action was not selecting all items.
  • Modified: Statusbar moved into contacts form and it is now showin total, filtered and selected number of items.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.pas

    r21 r34  
    3737    MenuItemFile: TMenuItem;
    3838    PopupMenuOpenRecent: TPopupMenu;
    39     StatusBar1: TStatusBar;
    4039    ToolBarOther: TToolBar;
    4140    ToolBarFile: TToolBar;
     
    7170
    7271resourcestring
    73   SCount = 'Count:';
    7472  SModified = 'Modified';
    7573
     
    153151  UpdateFormTitle;
    154152  CoolBar1.Visible := MenuItemToolbar.Checked;
    155   if Assigned(Core.DataFile) then
    156     StatusBar1.Panels[0].Text := SCount + ' ' + IntToStr(TcontactsFile(Core.DataFile).Contacts.Count)
    157     else StatusBar1.Panels[0].Text := '';
    158153end;
    159154
Note: See TracChangeset for help on using the changeset viewer.