# HG changeset patch # User ib # Date 1356182239 0 # Node ID a4741058bb4059a765956edfd77a00f22f0e2122 # Parent 187738d40b0bfbb8665deb3eed5571a868943d40 Reset video window after STOP (MP command or evStop) has been pressed. Reset the video window as specified in the configuration file. Indirectly reported by Hans-Dieter Kosch, hdkosch kabelbw de. diff -r 187738d40b0b -r a4741058bb40 gui/ui/main.c --- a/gui/ui/main.c Sat Dec 22 11:21:35 2012 +0000 +++ b/gui/ui/main.c Sat Dec 22 13:17:19 2012 +0000 @@ -371,7 +371,7 @@ break; } else if ( !guiApp.videoWindow.isFullScreen ) break; case evFullScreen: - if ( guiInfo.VideoWindow && guiInfo.Playing ) + if ( guiInfo.VideoWindow && ( guiInfo.Playing || !iparam ) ) { uiFullScreen(); if ( !guiApp.videoWindow.isFullScreen )