X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fdlgezplot.cpp;h=1be642e2b3dc2be7c3ea5fc988f2c55f04a39e39;hb=564da05751f196760e1d2f9a4f49161e27cedd54;hp=086a21f8113670ef0294d9aa144921b5e784e8aa;hpb=f13a8c004b8f182b42d9e4df2bcd7c7f030bf1ad;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)