mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Missing periods.
Some comment formatting inconsistency.
This commit is contained in:
parent
8fa9a691cc
commit
8b04b8e040
1 changed files with 2 additions and 2 deletions
|
@ -238,8 +238,8 @@ void Calculator::AnimateCalculator(bool resultAnimate)
|
|||
m_resultAnimate = resultAnimate;
|
||||
if (((m_isLastAnimatedInScientific && IsScientific) || (!m_isLastAnimatedInScientific && !IsScientific)) && ((m_isLastAnimatedInProgrammer && IsProgrammer) || (!m_isLastAnimatedInProgrammer && !IsProgrammer)))
|
||||
{
|
||||
// We are forcing the animation here
|
||||
// It's because if last animation was in standard, then go to unit converter, then comes back to standard
|
||||
// We are forcing the animation here.
|
||||
// It's because if last animation was in standard, then go to unit converter, then comes back to standard.
|
||||
// The state for the calculator does not change and the animation would not get run.
|
||||
this->OnStoryboardCompleted(nullptr, nullptr);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue