Support Uno4k/Ultimo4k
[vuplus_dvbapp] / lib / gui / elistbox.cpp
index c13114e..a73cfdb 100644 (file)
@@ -480,6 +480,11 @@ void eListbox::entryReset(bool selectionHome)
        invalidate();
 }
 
+void eListbox::setFont(gFont *font)
+{
+       m_style.m_font = font;
+}
+
 void eListbox::setBackgroundColor(gRGB &col)
 {
        m_style.m_background_color = col;