From bf7857d61ac127f95ea5e3787263e5fe0ae1ad33 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Sat, 21 Oct 2017 15:59:18 +0200 Subject: [PATCH] Use the widescreen background only with widescreens --- src/pixmap.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pixmap.cxx b/src/pixmap.cxx index fe41df9..eb5f902 100644 --- a/src/pixmap.cxx +++ b/src/pixmap.cxx @@ -333,7 +333,7 @@ CPixmap::Cache ( { case FIX: { - if (channel == CHBACK) + if (channel == CHBACK && (ow < LXIMAGE || oh < LYIMAGE)) { if (chBackWide > 0) {