waveformview: implemented rectified waveforms

This commit is contained in:
itsmattkc
2020-03-18 14:09:19 +11:00
parent 69e65f6784
commit eb871ceccc
2 changed files with 34 additions and 10 deletions
+1
View File
@@ -77,6 +77,7 @@ void Config::SetDefaults()
config_map_["DefaultViewerDivider"] = 2;
config_map_["AutoSelectDivider"] = false;
config_map_["SetNameWithMarker"] = false;
config_map_["RectifiedWaveforms"] = false;
config_map_["DropWithoutSequenceBehavior"] = TimelineWidget::kDWSAsk;
config_map_["DiskCachePath"] = QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation);