- redraw now in idle
[vuplus_dvbapp] / lib / gui / ewindowstyle.cpp
index 778291c..8599cfd 100644 (file)
@@ -53,7 +53,6 @@ void eWindowStyleSimple::paintWindowDecoration(eWindow *wnd, gPainter &painter,
 
 void eWindowStyleSimple::paintBackground(gPainter &painter, const ePoint &offset, const eSize &size)
 {
-       eDebug("eWindowStyleSimple::paintBackground");
        painter.setBackgroundColor(m_background_color);
        painter.clear();
 }