From: Stefan Pluecken Date: Tue, 13 Dec 2005 15:10:18 +0000 (+0000) Subject: remove arrowup2 pixmap when going back from step 3 to 2 in the start-wizard X-Git-Tag: 2.6.0~4718 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/d545fceb99fa32b01ee131cf7867eb5e21702edb?hp=42bcf5967d7688def319ef0dba55a14656497c81 remove arrowup2 pixmap when going back from step 3 to 2 in the start-wizard --- diff --git a/data/startwizard.xml b/data/startwizard.xml index d15082fd..1a64d90c 100644 --- a/data/startwizard.xml +++ b/data/startwizard.xml @@ -17,6 +17,8 @@ self["rc"].startMoving() +self["arrowup2"].moveTo(800, 320, 1) +self["arrowup2"].startMoving() self["arrowdown"].moveTo(557, 200, 1) self["arrowup"].moveTo(557, 355, 1) self["arrowdown"].startMoving()