infoviewer: fix ordering of variable initialization

This commit is contained in:
Stefan Seyfried
2016-01-03 18:40:29 +01:00
parent 4f5bbd56bd
commit a4fbf4a614

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;