when starting move, set initial position
authorFelix Domke <tmbinc@elitedvb.net>
Wed, 3 Jun 2009 12:54:26 +0000 (14:54 +0200)
committerFelix Domke <tmbinc@elitedvb.net>
Wed, 3 Jun 2009 12:59:34 +0000 (14:59 +0200)
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_widget->move(m_move_start);
 }