X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fdlgezplot.cpp;fp=src%2Fdlgezplot.cpp;h=1be642e2b3dc2be7c3ea5fc988f2c55f04a39e39;hb=e8462f7431582627e44906239077f1c696eefba1;hp=086a21f8113670ef0294d9aa144921b5e784e8aa;hpb=9bdb753c5363d92b7e5698d75a967dc1fbc76b1a;p=ctsim.git 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)