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 a31f2ed..2fb0ec9 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);
 }