summaryrefslogtreecommitdiffstats
path: root/Project/ChartView.cpp
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.cpp
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.cpp')
-rw-r--r--Project/ChartView.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/ChartView.cpp b/Project/ChartView.cpp
index 199060a..2f3f70d 100644
--- a/Project/ChartView.cpp
+++ b/Project/ChartView.cpp
@@ -45,6 +45,8 @@ ChartView::~ChartView() {}
void ChartView::SetMPWindow()
{
m_mpWindow = new mpWindow(this, wxID_ANY);
+
+ m_mpWindow->SetDoubleBuffered(true);
m_mpWindow->SetMargins(20, 10, 40, 60);
m_xaxis = new mpScaleX("", mpALIGN_BOTTOM, true);