From c6c3ff70bfceac839af471c11fc8aa04060517b0 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Mon, 15 May 2017 21:50:48 -0300 Subject: Control test and sync generator control implemented Text buggy when opens --- Project/ChartView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/ChartView.h') diff --git a/Project/ChartView.h b/Project/ChartView.h index 741ffe2..574ee81 100644 --- a/Project/ChartView.h +++ b/Project/ChartView.h @@ -55,7 +55,7 @@ class ChartView : public ChartViewBase mpInfoLegend* m_leg = NULL; bool m_hideGrid = true; - bool m_showLeg = false; + bool m_showLeg = true; bool m_showCoords = false; bool m_darkTheme = false; -- cgit