Ignore:
Timestamp:
Mar 11, 2011, 10:57:39 AM (13 years ago)
Author:
george
Message:
  • Fixed: Infinite loop in TCDManager SetVisible method.
File:
1 edited

Legend:

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

    r192 r193  
    4040  { TCDStylePopupTabs }
    4141
    42   TCDStylePopupTabs = class(TCDStyleTabs)
     42  TCDStylePopupTabs = class(TCDManagerTabs)
    4343    TabControl: TTabControl;
    4444    TabImageList: TImageList;
     
    123123constructor TCDAutoHide.Create;
    124124begin
     125  inherited;
    125126  Timer := TTimer.Create(nil);
    126127  Timer.Enabled := False;
     
    186187begin
    187188  inherited;
     189  FDockStyle := dsPopupTabs;
    188190
    189191  AutoHide := TCDAutoHide.Create;
Note: See TracChangeset for help on using the changeset viewer.