mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-14 02:26:50 -07:00
Disabled focus for 2nd button (#1523)
Co-authored-by: achmurali <achmurali@github.com>
This commit is contained in:
parent
ce4f3d5943
commit
ea61391a62
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