mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Removed LeftParenthesisAutomationName bindings in Scientific and Programmer calculator xaml files.
This commit is contained in:
parent
3796201cce
commit
000ecdfcca
3 changed files with 0 additions and 3 deletions
|
@ -581,7 +581,6 @@ void StandardCalculatorViewModel::OnButtonPressed(Object^ parameter)
|
|||
m_feedbackForButtonPress = CalculatorButtonPressedEventArgs::GetAuditoryFeedbackFromCommandParameter(parameter);
|
||||
NumbersAndOperatorsEnum numOpEnum = CalculatorButtonPressedEventArgs::GetOperationFromCommandParameter(parameter);
|
||||
Command cmdenum = ConvertToOperatorsEnum(numOpEnum);
|
||||
bool isOperator = IsOperator(cmdenum);
|
||||
String^ previousParenthesisCount = m_OpenParenthesisCount;
|
||||
|
||||
TraceLogger::GetInstance().UpdateFunctionUsage((int)numOpEnum);
|
||||
|
|
|
@ -408,7 +408,6 @@
|
|||
Style="{StaticResource ParenthesisCalcButtonStyle}"
|
||||
FontSize="18"
|
||||
AutomationProperties.AutomationId="openParenthesisButton"
|
||||
AutomationProperties.Name="{Binding LeftParenthesisAutomationName}"
|
||||
ButtonId="OpenParenthesis"
|
||||
Content="("
|
||||
Tag="{x:Bind Model.OpenParenthesisCount, Mode=OneWay}"/>
|
||||
|
|
|
@ -727,7 +727,6 @@
|
|||
Style="{StaticResource ParenthesisCalcButtonStyle}"
|
||||
FontSize="19"
|
||||
AutomationProperties.AutomationId="openParenthesisButton"
|
||||
AutomationProperties.Name="{Binding LeftParenthesisAutomationName}"
|
||||
ButtonId="OpenParenthesis"
|
||||
Content="("
|
||||
Tag="{x:Bind Model.OpenParenthesisCount, Mode=OneWay}"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue