From 3734a30769dbaeb48bcb5f6b4f1e4ce2b33986f2 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Wed, 3 Jun 2009 14:54:26 +0200 Subject: [PATCH 1/1] when starting move, set initial position --- lib/gui/ewidgetanimation.cpp | 1 + 1 file changed, 1 insertion(+) 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); } -- 2.30.2