also scale invalidatesfor dvb subtitles
[vuplus_dvbapp] / lib / gui / ewidgetdesktop.cpp
index fa53235..98bc1f7 100644 (file)
@@ -332,6 +332,10 @@ void eWidgetDesktop::paint()
        if (m_comp_mode == cmBuffered)
        {
 //             redrawComposition(0);
+       } else
+       {
+               gPainter painter(m_screen.m_dc);
+               painter.flush();
        }
 }