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 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; |