add option cursorHome to eListbox::entryReset
[enigma2.git] / lib / gui / ewidget.cpp
index 26ccfba394b0f790f0aa233d01ad0a04064d2085..023caa6a7e90341c4c3c6c0739a25da673835c5f 100644 (file)
@@ -32,6 +32,9 @@ void eWidget::move(ePoint pos)
        if (m_position == pos)
                return;
 
+                       /* ?? what about native move support? */
+       invalidate();
+
        m_position = pos;
        
        event(evtChangedPosition);