All pastes #875089 Raw Edit

Someone

public text v1 · immutable
#875089 ·published 2008-01-27 17:08 UTC
rendered paste body
Index: mythtv/libs/libmythui/mythscreenstack.cpp
===================================================================
--- mythtv/libs/libmythui/mythscreenstack.cpp   (revision 15618)
+++ mythtv/libs/libmythui/mythscreenstack.cpp   (working copy)
@@ -65,6 +65,9 @@

     topScreen = screen;

+    if (topScreen)
+        topScreen->SetRedraw();
+
     qApp->unlock();
 }