fix pip config window

Origin commit data
------------------
Branch: ni/coolstream
Commit: 61e3bf4bce
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2024-01-02 (Tue, 02 Jan 2024)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2024-01-02 00:43:08 +01:00
committed by vanhofen
parent 883f356ffd
commit e5dd42a448

View File

@@ -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);