real fix: set background color even when widget is transparent
[vuplus_dvbapp] / lib / gui / elabel.h
index 185f7c2..f3d280a 100644 (file)
@@ -9,7 +9,8 @@ public:
        eLabel(eWidget *parent);
        void setText(const std::string &string);
        void setFont(gFont *font);
-       
+       gFont* eLabel::getFont();
+
        enum
        {
                alignLeft,