Skip to content

Commit

Permalink
Reverted changes made for #168
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Sep 10, 2015
1 parent 346d858 commit e1ec8da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Fluent/Controls/RibbonTabItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ private static void OnGroupChanged(DependencyObject d, DependencyPropertyChanged
if (e.NewValue != null)
{
var tabGroup = (RibbonContextualTabGroup)e.NewValue;
tab.Visibility = tabGroup.Visibility;
tabGroup.AppendTabItem(tab);
tab.IsContextual = true;
}
Expand Down

0 comments on commit e1ec8da

Please sign in to comment.