infoviewer: fix ordering of variable initialization

Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0b246f32e9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-04 (Mon, 04 Jan 2016)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2016-01-04 21:23:40 +01:00
committed by vanhofen
parent 9b74e0e581
commit 84a0c0abc8

View File

@@ -134,8 +134,8 @@ CInfoViewer::~CInfoViewer()
void CInfoViewer::Init()
{
initClock();
BoxStartX = BoxStartY = BoxEndX = BoxEndY = 0;
initClock();
recordModeActive = false;
is_visible = false;
showButtonBar = false;