Disabled focus for 2nd button (#1523)

Co-authored-by: achmurali <achmurali@github.com>
This commit is contained in:
achmurali
2021-04-21 00:38:35 +05:30
committed by GitHub
parent ce4f3d5943
commit ea61391a62

View File

@@ -866,7 +866,9 @@
Checked="ShiftButton_Check" Checked="ShiftButton_Check"
Content="&#xF897;" Content="&#xF897;"
IsEnabledChanged="ShiftButton_IsEnabledChanged" IsEnabledChanged="ShiftButton_IsEnabledChanged"
Unchecked="ShiftButton_Check"/> Unchecked="ShiftButton_Check"
AllowFocusOnInteraction="False"
/>
<controls:CalculatorButton x:Name="PiButton" <controls:CalculatorButton x:Name="PiButton"
x:Uid="piButton" x:Uid="piButton"