when starting move, set initial position
[enigma2.git] / lib / gui / ewidgetanimation.cpp
index a31f2ed450bef29f8508d532a25757312e5062e6..2fb0ec94b84cb6c64d3f66d2a2709479f68601d5 100644 (file)
@@ -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_move_start = start;
        m_move_end = end;
        m_active = 1;
+       m_widget->move(m_move_start);
 }
 }