X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/8bca86cd0957744b9b1439c0ef63debb2e562c94..54f1c13b2a5979606411117108b60183b0835a85:/lib/gui/ewindow.cpp diff --git a/lib/gui/ewindow.cpp b/lib/gui/ewindow.cpp index 910acda4..83e65ec3 100644 --- a/lib/gui/ewindow.cpp +++ b/lib/gui/ewindow.cpp @@ -16,7 +16,7 @@ eWindow::eWindow(eWidgetDesktop *desktop, int z): eWidget(0) ePtr style; if (mgr) - mgr->getStyle(style); + mgr->getStyle(desktop->getStyleID(), style); /* when there is either no style manager or no style, revert to simple style. */ if (!style) @@ -54,7 +54,6 @@ std::string eWindow::getTitle() const void eWindow::setBackgroundColor(const gRGB &col) { - eDebug("eWindow: Set background color!"); /* set background color for child, too */ eWidget::setBackgroundColor(col); m_child->setBackgroundColor(col);