From a7096fb6813909fc9635b67b53787a93b7595701 Mon Sep 17 00:00:00 2001 From: BPanther Date: Tue, 2 Jan 2024 00:43:08 +0100 Subject: [PATCH] fix pip config window Origin commit data ------------------ Commit: https://github.com/Duckbox-Developers/neutrino-ddt/commit/84e7cb0c2717454a3fe1093397e85e86f78093dc Author: BPanther Date: 2023-10-06 (Fri, 06 Oct 2023) --- src/gui/pipsetup.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/pipsetup.cpp b/src/gui/pipsetup.cpp index 351927887..9fd186b2e 100644 --- a/src/gui/pipsetup.cpp +++ b/src/gui/pipsetup.cpp @@ -270,6 +270,8 @@ void CPipSetup::paint() if (pipVideoDecoder[0]->getBlank()) frameBuffer->paintBoxRel(CNeutrinoApp::getInstance()->pip_recalc_pos_x(x_coord), CNeutrinoApp::getInstance()->pip_recalc_pos_y(y_coord), width, height, COL_MENUCONTENT_PLUS_0); } + else + frameBuffer->paintBoxRel(CNeutrinoApp::getInstance()->pip_recalc_pos_x(x_coord), CNeutrinoApp::getInstance()->pip_recalc_pos_y(y_coord), width, height, COL_MENUCONTENT_PLUS_0); frameBuffer->paintBoxRel(x, y, w, h, COL_MENUCONTENT_PLUS_0);