mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
infoviewer: fix ordering of variable initialization
This commit is contained in:
@@ -134,8 +134,8 @@ CInfoViewer::~CInfoViewer()
|
||||
|
||||
void CInfoViewer::Init()
|
||||
{
|
||||
initClock();
|
||||
BoxStartX = BoxStartY = BoxEndX = BoxEndY = 0;
|
||||
initClock();
|
||||
recordModeActive = false;
|
||||
is_visible = false;
|
||||
showButtonBar = false;
|
||||
|
Reference in New Issue
Block a user