diff options
Diffstat (limited to 'Project/ChartView.h')
-rw-r--r-- | Project/ChartView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/ChartView.h b/Project/ChartView.h index b40a63d..741ffe2 100644 --- a/Project/ChartView.h +++ b/Project/ChartView.h @@ -54,7 +54,7 @@ class ChartView : public ChartViewBase mpInfoCoords* m_coords = NULL; mpInfoLegend* m_leg = NULL; - bool m_hideGrid = false; + bool m_hideGrid = true; bool m_showLeg = false; bool m_showCoords = false; bool m_darkTheme = false; |