Ignore:
Timestamp:
Jan 5, 2011, 7:51:16 AM (13 years ago)
Author:
george
Message:
  • Fixed: CoolDocking was not showing tab content on tab switch.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Docking/CoolDocking/UCoolDockStyle.pas

    r103 r114  
    2323    procedure Switch(Index: Integer); virtual;
    2424    procedure ChangeVisible(Control: TWinControl; Visible: Boolean); virtual;
     25    procedure SetVisible(const AValue: Boolean); virtual;
    2526    property HeaderPos: THeaderPos read GetHeaderPos write SetHeaderPos;
     27    property Visible: Boolean write SetVisible;
    2628  end;
    2729
     
    3234
    3335{ TCoolDockStyle }
     36
     37procedure TCoolDockStyle.SetVisible(const AValue: Boolean);
     38begin
     39
     40end;
    3441
    3542function TCoolDockStyle.GetHeaderPos: THeaderPos;
Note: See TracChangeset for help on using the changeset viewer.