Replaces invalid backspace character with the one used everywhere else. It's not part of the font.

This commit is contained in:
Jeremie Thibeault 2019-05-24 14:57:21 -04:00
commit bf57ea9c84

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>