From 653d196e164aa321e7bd32f60a2c657ae6fd7587 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Thu, 17 Sep 2015 12:40:31 +0300 Subject: [PATCH] gui/movieplayer.cpp: mark auto-screenshot as done in any case, if one try fail, next will probably fail anyway --- src/gui/movieplayer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index 77de4ef75..9fb225c5f 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -2151,4 +2151,6 @@ void CMoviePlayerGui::makeScreenShot(bool autoshot, bool forcover) } } sc->Start(); + if (autoshot) + autoshot_done = true; }