- added missing actions (sorry)
[enigma2.git] / lib / gui / ewindowstyle.cpp
index 3b8271f63e8ffe07bd8b43649786c06839055217..25b89460575b4d61024260e0f5c66331c3afc5a8 100644 (file)
@@ -80,6 +80,10 @@ void eWindowStyleSimple::setStyle(gPainter &painter, int what)
                painter.setForegroundColor(gColor(0x1C));
                painter.setBackgroundColor(m_background_color);
                break;
+       case styleListboxMarked:
+               painter.setForegroundColor(gColor(0x2F));
+               painter.setBackgroundColor(gColor(0x2A));
+               break;
        }
 }