Skip to content

Commit

Permalink
Fixed UpdateExpressionResultLabel bug
Browse files Browse the repository at this point in the history
  • Loading branch information
NICUP14 committed Apr 29, 2022
1 parent c214d2d commit b5e06f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CalculatorForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ private void UpdateExpressionResultLabel(ExpressionBuilderId expressionBuilderId

_expressionBuilder.CompleteParentheses();
}

expressionResultLabel.Text = string.Empty;
else
expressionResultLabel.Text = string.Empty;
}

/// <summary>
Expand Down

0 comments on commit b5e06f4

Please sign in to comment.