Browse Source

Fix tab order in Deck.

pull/58/head
Steven Kirk 11 years ago
parent
commit
ccb47bf6b7
  1. 1
      Perspex.Controls/Presenters/DeckPresenter.cs

1
Perspex.Controls/Presenters/DeckPresenter.cs

@ -99,7 +99,6 @@ namespace Perspex.Controls.Presenters
this.ClearVisualChildren();
this.Panel = this.ItemsPanel.Build();
this.Panel.TemplatedParent = this;
KeyboardNavigation.SetTabNavigation(this.Panel, KeyboardNavigationMode.Once);
((IItemsPanel)this.Panel).ChildLogicalParent = this.TemplatedParent as ILogical;
this.AddVisualChild(this.Panel);
this.createdPanel = true;

Loading…
Cancel
Save