Skip to content

Commit 9550558

Browse files
Jack251970TBM13
authored andcommitted
Fix context menu focus visuals
1 parent 5fd6af0 commit 9550558

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Flow.Launcher/Resources/CustomControlTemplate.xaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
Style="{DynamicResource {ComponentResourceKey ResourceId=MenuScrollViewer,
210210
TypeInTargetAssembly={x:Type FrameworkElement}}}">
211211
<ItemsPresenter
212-
KeyboardNavigation.DirectionalNavigation="None"
212+
KeyboardNavigation.DirectionalNavigation="Cycle"
213213
KeyboardNavigation.TabNavigation="None"
214214
RenderOptions.ClearTypeHint="Enabled"
215215
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
@@ -239,8 +239,6 @@
239239
<Setter Property="Padding" Value="{DynamicResource MenuFlyoutItemThemePadding}" />
240240
<Setter Property="FontSize" Value="{DynamicResource ControlContentThemeFontSize}" />
241241
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
242-
<Setter Property="IsTabStop" Value="False" />
243-
<Setter Property="KeyboardNavigation.IsTabStop" Value="False" />
244242
<Setter Property="KeyboardNavigation.TabNavigation" Value="None" />
245243
<Setter Property="VerticalContentAlignment" Value="Center" />
246244
<Setter Property="ScrollViewer.PanningMode" Value="Both" />

0 commit comments

Comments
 (0)