diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2009-06-03 14:54:26 +0200 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2009-06-03 14:59:34 +0200 |
| commit | 3734a30769dbaeb48bcb5f6b4f1e4ce2b33986f2 (patch) | |
| tree | eb1284fadd68a5461e4d117f57e3feb1b862580f /lib | |
| parent | 00586dbca9bd75b5093512603156a1d2c0ee0ee8 (diff) | |
| download | enigma2-3734a30769dbaeb48bcb5f6b4f1e4ce2b33986f2.tar.gz enigma2-3734a30769dbaeb48bcb5f6b4f1e4ce2b33986f2.zip | |
when starting move, set initial position
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/gui/ewidgetanimation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |
