diff options
Diffstat (limited to 'Gui')
-rw-r--r-- | Gui/mplayer/play.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gui/mplayer/play.c b/Gui/mplayer/play.c index 8ec67641bc..f6212c2691 100644 --- a/Gui/mplayer/play.c +++ b/Gui/mplayer/play.c @@ -58,6 +58,8 @@ printf("%%%%%% STOP \n"); wsMoveWindow( &appMPlayer.subWindow,appMPlayer.sub.x,appMPlayer.sub.y ); wsResizeWindow( &appMPlayer.subWindow,appMPlayer.sub.width,appMPlayer.sub.height ); } + mplSubRender=1; + wsPostRedisplay( &appMPlayer.subWindow ); } void mplPlay( void ) |