Skip to content

Commit ea61391

Browse files
achmuraliachmurali
andauthored
Disabled focus for 2nd button (microsoft#1523)
Co-authored-by: achmurali <[email protected]>
1 parent ce4f3d5 commit ea61391

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Calculator/Views/CalculatorScientificOperators.xaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,9 @@
866866
Checked="ShiftButton_Check"
867867
Content="&#xF897;"
868868
IsEnabledChanged="ShiftButton_IsEnabledChanged"
869-
Unchecked="ShiftButton_Check"/>
869+
Unchecked="ShiftButton_Check"
870+
AllowFocusOnInteraction="False"
871+
/>
870872

871873
<controls:CalculatorButton x:Name="PiButton"
872874
x:Uid="piButton"

0 commit comments

Comments
 (0)