mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
fix pip config window
Origin commit data
------------------
Commit: 84e7cb0c27
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2023-10-06 (Fri, 06 Oct 2023)
This commit is contained in:
@@ -270,6 +270,8 @@ void CPipSetup::paint()
|
|||||||
if (pipVideoDecoder[0]->getBlank())
|
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);
|
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);
|
frameBuffer->paintBoxRel(x, y, w, h, COL_MENUCONTENT_PLUS_0);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user