diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-09-21 17:22:19 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-09-21 17:22:19 +0000 |
| commit | d42c6cf196f659537b9da28049c90eccd9d7506e (patch) | |
| tree | 84c84e6de2026aa63d22083be9346255fa47357c /lib/gui/elistboxcontent.cpp | |
| parent | e326955f65b7e1d9fd0ae578bac9a904e590f034 (diff) | |
| download | enigma2-d42c6cf196f659537b9da28049c90eccd9d7506e.tar.gz enigma2-d42c6cf196f659537b9da28049c90eccd9d7506e.zip | |
add possibility to redefine multiepg colors in skin
GraphEpg.Foreground, GraphEpg.Background, GrapgEpg.BackgroundSelected,
GraphEpg.Border
Diffstat (limited to 'lib/gui/elistboxcontent.cpp')
| -rw-r--r-- | lib/gui/elistboxcontent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui/elistboxcontent.cpp b/lib/gui/elistboxcontent.cpp index 0378aefc..09b1cb5c 100644 --- a/lib/gui/elistboxcontent.cpp +++ b/lib/gui/elistboxcontent.cpp @@ -748,7 +748,7 @@ void eListboxPythonMultiContent::paint(gPainter &painter, eWindowStyle &style, c case TYPE_PIXMAP: // pixmap { /* - (2, x, y, width, height, pixmap [, foreColor, backColor, backColorSelected] ) + (2, x, y, width, height, pixmap [, backColor, backColorSelected] ) */ ePyObject px = PyTuple_GET_ITEM(item, 1), |
