mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Simplify SetTrigRowVisibility
This commit is contained in:
parent
dbc924cac9
commit
ca246afcd8
1 changed files with 2 additions and 2 deletions
|
@ -124,11 +124,11 @@ namespace CalculatorApp
|
|||
{
|
||||
InverseHyperbolicTrigFunctions.Visibility = Visibility.Visible;
|
||||
}
|
||||
else if (isShiftChecked && !isHypeChecked)
|
||||
else if (isShiftChecked)
|
||||
{
|
||||
InverseTrigFunctions.Visibility = Visibility.Visible;
|
||||
}
|
||||
else if (!isShiftChecked && isHypeChecked)
|
||||
else if (isHypeChecked)
|
||||
{
|
||||
HyperbolicTrigFunctions.Visibility = Visibility.Visible;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue