Ignore:
Timestamp:
May 22, 2012, 7:46:00 AM (12 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Docking/CoolDocking/Managers/UCDManagerRegions.pas

    r359 r365  
    4545  public
    4646    //Panels: TObjectList; // TObjectList<TCDStyleRegionsPanel>
     47    procedure BringToFront; override;
    4748    function FindControlInPanels(Control: TControl): TCDManagerItem; override;
    4849    procedure InsertControlNoUpdate(Control: TControl; InsertAt: TAlign);
     
    254255    if PanelHeader.Visible then Inc(Result);
    255256  end;
     257end;
     258
     259procedure TCDManagerRegions.BringToFront;
     260begin
     261  inherited BringToFront;
    256262end;
    257263
Note: See TracChangeset for help on using the changeset viewer.