summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gui/interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gui/interface.c b/Gui/interface.c
index 308cc88af9..e346450149 100644
--- a/Gui/interface.c
+++ b/Gui/interface.c
@@ -94,6 +94,7 @@ void guiGetEvent( int type,char * arg )
break;
case guiReDrawSubWindow:
wsPostRedisplay( &appMPlayer.subWindow );
+ if ( guiIntfStruct.Playing == 1 ) wsSetBackgroundRGB( &appMPlayer.subWindow,0,0,0 );
break;
case guiSetShVideo:
{