Disabled focus for 2nd button

This commit is contained in:
achmurali 2021-04-11 16:34:44 +05:30
commit fc6d1d4d54

View file

@ -866,7 +866,9 @@
Checked="ShiftButton_Check" Checked="ShiftButton_Check"
Content="" Content=""
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"