X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/4ebd765cac9f8a7ae4934147ed876a9e228eeb8d..7373f39fe2ebe1b5007ed56ddd86d9ce0ad3efb7:/lib/gui/ewidgetanimation.cpp 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); }