Skip to content

Commit

Permalink
Fix Mac crashing issue when viewing files in Dview
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanzou committed Mar 14, 2019
1 parent a5e4bb9 commit 8d2c38c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/wex/plot/plplotctrl.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
#include <wx/menu.h>
#include <wx/stream.h>
#include <wx/graphics.h>

/*
#ifdef __WXOSX__
#define PL_USE_OVERLAY 1
#include <wx/overlay.h>
#endif

*/
#include "wex/plot/plplot.h"

BEGIN_DECLARE_EVENT_TYPES()
Expand Down

0 comments on commit 8d2c38c

Please sign in to comment.