snaphelper is also active when not in transition

BUG: 289060
This commit is contained in:
Thomas Lübking 2011-12-15 20:10:13 +01:00
parent 393b8a3eee
commit 26c0f269f1

View file

@ -218,7 +218,7 @@ void SnapHelperEffect::slotWindowFinishUserMovedResized(EffectWindow *w)
bool SnapHelperEffect::isActive() const
{
return m_timeline.currentValue() != 0.0;
return m_active || m_timeline.currentValue() != 0.0;
}
} // namespace