Skip to content

Commit a4067d6

Browse files
committed
Remove ArrangeForTouch call to preserve backward compat. The method will be called if users set the IsTouchOptimized to true
1 parent 9208786 commit a4067d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Microsoft.Toolkit.Uwp.UI.Controls/RangeSelector/RangeSelector.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,6 @@ protected override void OnApplyTemplate()
179179

180180
IsEnabledChanged += RangeSelector_IsEnabledChanged;
181181

182-
ArrangeForTouch();
183-
184182
base.OnApplyTemplate();
185183
}
186184

0 commit comments

Comments
 (0)