mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
Merge pull request #55 from nventive/dev/djo/seethrough-buttons
Fix Standard buttons showing through on other pages
This commit is contained in:
commit
f9675074a2
1 changed files with 3 additions and 1 deletions
|
@ -9,9 +9,11 @@
|
|||
UseLayoutRounding="False"
|
||||
mc:Ignorable="">
|
||||
<Grid>
|
||||
<!--Bind visibility as a workaround for nventive/Uno#925-->
|
||||
<local:CalculatorStandardOperators x:Name="StandardOperators"
|
||||
x:Load="{x:Bind Model.IsStandard, Mode=OneWay}"
|
||||
IsEnabled="{x:Bind Model.IsStandard, Mode=OneWay}"
|
||||
Visibility="{x:Bind Model.IsStandard, Mode=OneWay}"
|
||||
TabIndex="17" />
|
||||
|
||||
<local:CalculatorScientificOperators x:Name="ScientificOperators"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue