X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdlgezplot.cpp;h=1be642e2b3dc2be7c3ea5fc988f2c55f04a39e39;hp=086a21f8113670ef0294d9aa144921b5e784e8aa;hb=e8462f7431582627e44906239077f1c696eefba1;hpb=9bdb753c5363d92b7e5698d75a967dc1fbc76b1a diff --git a/src/dlgezplot.cpp b/src/dlgezplot.cpp index 086a21f..1be642e 100644 --- a/src/dlgezplot.cpp +++ b/src/dlgezplot.cpp @@ -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)