From 89896ee2116a8d98d3d0c79fd75d9fb20d0dc77b Mon Sep 17 00:00:00 2001 From: Hansem Ro Date: Thu, 10 Aug 2023 23:44:36 -0700 Subject: [PATCH] SiglentBINImportFilter: remove vertical autoscale This is not working correctly, so let's remove it for now. --- scopeprotocols/SiglentBINImportFilter.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/scopeprotocols/SiglentBINImportFilter.cpp b/scopeprotocols/SiglentBINImportFilter.cpp index 1db9d040..5a8ef536 100644 --- a/scopeprotocols/SiglentBINImportFilter.cpp +++ b/scopeprotocols/SiglentBINImportFilter.cpp @@ -191,7 +191,6 @@ void SiglentBINImportFilter::OnFileNameChanged() } wfm->MarkModifiedFromCpu(); - AutoscaleVertical(wave_idx); wave_idx += 1; } } @@ -238,7 +237,6 @@ void SiglentBINImportFilter::OnFileNameChanged() } wfm->MarkModifiedFromCpu(); - AutoscaleVertical(wave_idx); wave_idx += 1; } } @@ -274,7 +272,6 @@ void SiglentBINImportFilter::OnFileNameChanged() } wfm->MarkModifiedFromCpu(); - AutoscaleVertical(wave_idx); wave_idx += 1; } }