From a4fbf4a614ae8d5412d76420015ae13fd4242903 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sun, 3 Jan 2016 18:40:29 +0100 Subject: [PATCH] infoviewer: fix ordering of variable initialization --- src/gui/infoviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index 4570023e7..f9d49dd7c 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -134,8 +134,8 @@ CInfoViewer::~CInfoViewer() void CInfoViewer::Init() { - initClock(); BoxStartX = BoxStartY = BoxEndX = BoxEndY = 0; + initClock(); recordModeActive = false; is_visible = false; showButtonBar = false;