[core] bug-fix

This commit is contained in:
ExMix 2014-10-10 11:49:04 +03:00 committed by Alex Zolotarev
parent 2583a32520
commit af9ca30361

View file

@ -418,6 +418,8 @@ void State::InvalidatePosition()
SetModeInfo(ChangeMode(m_modeInfo, UnknownPosition));
SetModeInfo(ChangeMode(m_modeInfo, PendingPosition));
}
else
m_afterPendingMode = Follow;
setIsVisible(false);
invalidate();