fix up/down on inputs when cursor is at the rightmost position
[enigma2.git] / lib / python / Components / Renderer / Pixmap.py
1 from Renderer import Renderer
2
3 from enigma import ePixmap
4
5 class Pixmap(Renderer):
6         GUI_WIDGET = ePixmap