From d44c3a76943c90cfcbf336961d9ba3516a1c80dc Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Sat, 13 May 2017 16:13:12 -0300 Subject: Several bugs fixed, ready to pull --- Project/ChartView.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/ChartView.cpp') 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); -- cgit