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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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