diff --git a/src/Ursa/Controls/Panels/WrapPanelWithTrailingItem.cs b/src/Ursa/Controls/Panels/WrapPanelWithTrailingItem.cs index 7b551d1..3a8f496 100644 --- a/src/Ursa/Controls/Panels/WrapPanelWithTrailingItem.cs +++ b/src/Ursa/Controls/Panels/WrapPanelWithTrailingItem.cs @@ -52,8 +52,6 @@ public class WrapPanelWithTrailingItem : Panel if (!IsItemsHost) LogicalChildren.Add(newValue); } } - - // WrapPanel p = new WrapPanel(); } protected override Size MeasureOverride(Size availableSize) diff --git a/src/Ursa/Controls/SelectionList/SelectionList.cs b/src/Ursa/Controls/SelectionList/SelectionList.cs index b0d4e63..7ab8b96 100644 --- a/src/Ursa/Controls/SelectionList/SelectionList.cs +++ b/src/Ursa/Controls/SelectionList/SelectionList.cs @@ -159,8 +159,6 @@ public class SelectionList : SelectingItemsControl protected override void OnKeyDown(KeyEventArgs e) { - // var hotkeys = Application.Current!.PlatformSettings?.HotkeyConfiguration; - if (e.Key.ToNavigationDirection() is { } direction && direction.IsDirectional()) e.Handled |= MoveSelection(direction, WrapSelection); base.OnKeyDown(e);