Skip to content

Commit 1913b96

Browse files
committed
fix focus/routed command issue on dialog boxes. Fixes #602
1 parent aea1e2e commit 1913b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MaterialDesignThemes.Wpf/Themes/Generic.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,10 +617,10 @@
617617
TextElement.FontSize="13"
618618
TextOptions.TextFormattingMode="Ideal"
619619
TextOptions.TextRenderingMode="Auto"
620-
FocusManager.IsFocusScope="True"
620+
FocusManager.IsFocusScope="False"
621621
Foreground="{DynamicResource MaterialDesignBody}"
622622
FontFamily="{StaticResource MaterialDesignFont}"
623-
Focusable="False"
623+
Focusable="True"
624624
IsTabStop="False"
625625
Opacity="0"
626626
RenderTransformOrigin=".5,.5"

0 commit comments

Comments
 (0)