diff --git a/src/snapshotview.cpp b/src/snapshotview.cpp --- a/src/snapshotview.cpp +++ b/src/snapshotview.cpp @@ -29,7 +29,7 @@ SnapshotView::SnapshotView(MainWindow* p ui->setupUi(this); - plotMan = new PlotManager(ui->plotArea, snapshot->infoModel(), this); + plotMan = new PlotManager(ui->plotArea, NULL, NULL, snapshot->infoModel(), this); plotMan->setViewSettings(parent->viewSettings()); ui->menuSnapshot->insertAction(ui->actionClose, snapshot->deleteAction());