Disabled focus for 2nd button (#1523)
Co-authored-by: achmurali <achmurali@github.com>
This commit is contained in:
parent
ce4f3d5943
commit
ea61391a62
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user