Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SiglentBINImportFilter: remove vertical autoscale
Browse files Browse the repository at this point in the history
This is not working correctly, so let's remove it for now.
hansemro committed Aug 11, 2023
1 parent d428acb commit 89896ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scopeprotocols/SiglentBINImportFilter.cpp
Original file line number Diff line number Diff line change
@@ -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;
}
}

0 comments on commit 89896ee

Please sign in to comment.