Ignore:
Timestamp:
Nov 19, 2012, 2:34:58 PM (12 years ago)
Author:
chronos
Message:
  • Fixed: Better switching tabbed controls.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Docking/CoolDocking/UCDMaster.pas

    r354 r437  
    11unit UCDMaster;
    22
    3 {$mode objfpc}{$H+}
     3{$mode delphi}{$H+}
    44
    55interface
    66
    77uses
    8   Classes, SysUtils, UCDCommon, UCDManager;
     8  Classes, SysUtils, UCDCommon;
    99
    1010type
     
    6868
    6969destructor TCDMaster.Destroy;
    70 var
    71   I: Integer;
    7270begin
    7371  // Assigning nil to Client Master property cause unregistring client from list
Note: See TracChangeset for help on using the changeset viewer.