Update to wx3.0, add SSE optimizations based on target_cpu, fix compile warnings
[ctsim.git] / src / dlgezplot.cpp
index 086a21f8113670ef0294d9aa144921b5e784e8aa..1be642e2b3dc2be7c3ea5fc988f2c55f04a39e39 100644 (file)
@@ -102,7 +102,7 @@ EZPlotControl::OnPaint (wxPaintEvent& event)
 
 
 wxEZPlotDialog::wxEZPlotDialog (wxWindow *parent, bool bCancelButton)
-: wxDialog((parent ? parent : theApp->getMainFrame()), -1, _T("EZPlot"), wxDefaultPosition, wxDefaultSize, wxDIALOG_MODAL),
+: wxDialog((parent ? parent : theApp->getMainFrame()), -1, _T("EZPlot"), wxDefaultPosition, wxDefaultSize),
   m_parentTop(0)
 {
   if (! parent)