snaphelper is also active when not in transition
BUG: 289060
This commit is contained in:
parent
393b8a3eee
commit
26c0f269f1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue