mirror of
https://github.com/hyprwm/hyprutils.git
synced 2025-05-20 00:48:05 +01:00
animation: call update callback when warping vars
This commit is contained in:
parent
db5557e2c4
commit
1507865397
1 changed files with 2 additions and 2 deletions
|
@ -148,10 +148,10 @@ namespace Hyprutils {
|
||||||
|
|
||||||
m_Value = m_Goal;
|
m_Value = m_Goal;
|
||||||
|
|
||||||
m_bIsBeingAnimated = false;
|
|
||||||
|
|
||||||
onUpdate();
|
onUpdate();
|
||||||
|
|
||||||
|
m_bIsBeingAnimated = false;
|
||||||
|
|
||||||
if (endCallback)
|
if (endCallback)
|
||||||
onAnimationEnd();
|
onAnimationEnd();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue