Missing periods.

Some comment formatting inconsistency.
This commit is contained in:
NachoNav 2019-03-07 02:34:13 +01:00 committed by GitHub
commit 8b04b8e040
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -238,8 +238,8 @@ void Calculator::AnimateCalculator(bool resultAnimate)
m_resultAnimate = resultAnimate; m_resultAnimate = resultAnimate;
if (((m_isLastAnimatedInScientific && IsScientific) || (!m_isLastAnimatedInScientific && !IsScientific)) && ((m_isLastAnimatedInProgrammer && IsProgrammer) || (!m_isLastAnimatedInProgrammer && !IsProgrammer))) if (((m_isLastAnimatedInScientific && IsScientific) || (!m_isLastAnimatedInScientific && !IsScientific)) && ((m_isLastAnimatedInProgrammer && IsProgrammer) || (!m_isLastAnimatedInProgrammer && !IsProgrammer)))
{ {
// We are forcing the animation here // 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 // 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. // The state for the calculator does not change and the animation would not get run.
this->OnStoryboardCompleted(nullptr, nullptr); this->OnStoryboardCompleted(nullptr, nullptr);
} }