From e440cc3f7652798eb65913f770c14fa19f98b8ec Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Sat, 28 Jul 2018 15:37:12 +0200 Subject: [PATCH] Remove he wide background for the movies (by default) --- src/movie.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/movie.cxx b/src/movie.cxx index 065022d..26a8b3b 100644 --- a/src/movie.cxx +++ b/src/movie.cxx @@ -141,6 +141,7 @@ CMovie::fileOpenMovie (const std::string & pFilename) if (m_videoTex == nullptr) return false; + this->chBackWide = CHNONE; if (Display::getDisplay ().isWide ()) { if (path.rfind ("win005.mkv") != std::string::npos)