more work on keyboard support
[enigma2.git] / lib / gui / ewindow.cpp
index 112b82d74bb7cf84710cb5157d5ab836b6f25152..4cb2e76f1c1b73bdec223a77d3016423f7c1ad80 100644 (file)
@@ -52,6 +52,13 @@ std::string eWindow::getTitle() const
        return m_title;
 }
 
+void eWindow::setBackgroundColor(const gRGB &col)
+{
+               /* set background color for child, too */
+       eWidget::setBackgroundColor(col);
+       m_child->setBackgroundColor(col);
+}
+
 void eWindow::setFlag(int flags)
 {
        m_flags |= flags;