diff options
Diffstat (limited to 'lib/gui/ewidgetanimation.cpp')
| -rw-r--r-- | lib/gui/ewidgetanimation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gui/ewidgetanimation.cpp b/lib/gui/ewidgetanimation.cpp index a31f2ed4..2fb0ec94 100644 --- a/lib/gui/ewidgetanimation.cpp +++ b/lib/gui/ewidgetanimation.cpp @@ -51,4 +51,5 @@ void eWidgetAnimation::startMoveAnimation(ePoint start, ePoint end, int length) m_move_start = start; m_move_end = end; m_active = 1; + m_widget->move(m_move_start); } |
