Merge pull request #44 from nventive/dev/jeth/unit-backspace

Fixes backspace not working on some calculators on iOS and WASM
This commit is contained in:
Jérémie Thibeault 2019-05-24 15:43:33 -04:00 committed by GitHub
commit 28f561571b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -698,10 +698,9 @@
x:Uid="backSpaceButton"
Grid.Column="1"
Style="{StaticResource SymbolOperatorButtonStyle}"
FontFamily="{ThemeResource SymbolThemeFontFamily}"
FontSize="16"
ButtonId="Backspace"
Content=""
Content=""
TabIndex="8"/>
</Grid>