Skip to content

Commit

Permalink
fixed bug where purgeinactive wasn't inheriting.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePohatu committed Nov 23, 2016
1 parent c0e5bfe commit 12091b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions TsGui/Grouping/GroupableUIElementBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public GroupableUIElementBase(GroupableUIElementBase Parent, MainController Main
//register grouping events from the parent element
this._parent = Parent;
this._parent.GroupingStateChange += this.OnParentGoupingStateChange;
this._purgeinactive = Parent.PurgeInactive;
}
//Events
#region
Expand Down
1 change: 0 additions & 1 deletion TsGui/View/GuiOptions/GuiOptionBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
using TsGui.View.Layout;
using System.Windows.Controls;
using System.Windows;
using System.Windows.Data;

namespace TsGui.View.GuiOptions
{
Expand Down

0 comments on commit 12091b0

Please sign in to comment.