summaryrefslogtreecommitdiffstats
path: root/Project/ChartView.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-05-13 16:13:12 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-05-13 16:13:12 -0300
commitd44c3a76943c90cfcbf336961d9ba3516a1c80dc (patch)
treec8ff066e02428c9a4f8f00e488d7495026a25b22 /Project/ChartView.h
parent6cf253651521f0cdaf3a80f8ae58e9917fe2ec57 (diff)
downloadPSP.git-d44c3a76943c90cfcbf336961d9ba3516a1c80dc.tar.gz
PSP.git-d44c3a76943c90cfcbf336961d9ba3516a1c80dc.tar.xz
PSP.git-d44c3a76943c90cfcbf336961d9ba3516a1c80dc.zip
Several bugs fixed, ready to pull
Diffstat (limited to 'Project/ChartView.h')
-rw-r--r--Project/ChartView.h2
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;