norgepaul / TChromeTabs

Comprehensive Delphi implementation of Chrome's tab system
Other
215 stars 78 forks source link

Deactive all tabs #75

Closed sacredneobi closed 3 years ago

sacredneobi commented 5 years ago

If set ActiveTabIndex := -1, no clear active tab, activate previos tab :(

sacredneobi commented 5 years ago

But now need use OnActiveTabChanging

FClearActive := True; activeTabIndex := -1; FClearActive := False;

{ in OnActiveTabChanging need set Allow = Not FClearActive; }

landrix commented 3 years ago

fixed, check current source