mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Disabled focus for 2nd button
This commit is contained in:
parent
de712fe7ca
commit
fc6d1d4d54
1 changed files with 3 additions and 1 deletions
|
@ -866,7 +866,9 @@
|
|||
Checked="ShiftButton_Check"
|
||||
Content=""
|
||||
IsEnabledChanged="ShiftButton_IsEnabledChanged"
|
||||
Unchecked="ShiftButton_Check"/>
|
||||
Unchecked="ShiftButton_Check"
|
||||
AllowFocusOnInteraction="False"
|
||||
/>
|
||||
|
||||
<controls:CalculatorButton x:Name="PiButton"
|
||||
x:Uid="piButton"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue