diff --git a/plotview.h b/plotview.h index e182c6c..05c9319 100644 --- a/plotview.h +++ b/plotview.h @@ -65,8 +65,8 @@ private: range_t selectedSamples; std::pair selectionFreq; - int fftSize; - int zoomLevel; + int fftSize = 1024; + int zoomLevel = 0; int powerMin; int powerMax; bool cursorsEnabled;