Skip to content

Commit

Permalink
fix pip config window
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed Oct 6, 2023
1 parent a63a820 commit 84e7cb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gui/pipsetup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,12 @@ void CPipSetup::paint()
int y = (frameBuffer->getScreenHeight() - mheight*4)/2;

if (pipVideoDecoder[0] != NULL)
{
if (pipVideoDecoder[0]->getBlank())
frameBuffer->paintBoxRel(x_coord, y_coord, width, height, COL_MENUCONTENT_PLUS_0);
}
else
frameBuffer->paintBoxRel(x_coord, y_coord, width, height, COL_MENUCONTENT_PLUS_0);

frameBuffer->paintBoxRel(x, y, mwidth, mheight*4, COL_MENUCONTENT_PLUS_0);

Expand Down

0 comments on commit 84e7cb0

Please sign in to comment.