mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
infoviewer: fix ordering of variable initialization
Signed-off-by: Thilo Graf <dbt@novatux.de>
Origin commit data
------------------
Commit: 0b246f32e9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-04 (Mon, 04 Jan 2016)
This commit is contained in:
committed by
vanhofen
parent
6727be6dcf
commit
b82784b35e
@@ -134,8 +134,8 @@ CInfoViewer::~CInfoViewer()
|
|||||||
|
|
||||||
void CInfoViewer::Init()
|
void CInfoViewer::Init()
|
||||||
{
|
{
|
||||||
initClock();
|
|
||||||
BoxStartX = BoxStartY = BoxEndX = BoxEndY = 0;
|
BoxStartX = BoxStartY = BoxEndX = BoxEndY = 0;
|
||||||
|
initClock();
|
||||||
recordModeActive = false;
|
recordModeActive = false;
|
||||||
is_visible = false;
|
is_visible = false;
|
||||||
showButtonBar = false;
|
showButtonBar = false;
|
||||||
|
Reference in New Issue
Block a user