mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
infoviewer: fix ordering of variable initialization
Origin commit data
------------------
Branch: ni/coolstream
Commit: a4fbf4a614
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-03 (Sun, 03 Jan 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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