Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ngscopeclient/scopehal-apps
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: db8543b74b06
Choose a base ref
...
head repository: ngscopeclient/scopehal-apps
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: da51f6c89e25
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Dec 15, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    da51f6c View commit details
Showing with 2 additions and 6 deletions.
  1. +1 −1 lib
  2. +1 −5 src/glscopeclient/FilterGraphEditorWidget.cpp
2 changes: 1 addition & 1 deletion lib
6 changes: 1 addition & 5 deletions src/glscopeclient/FilterGraphEditorWidget.cpp
Original file line number Diff line number Diff line change
@@ -1397,11 +1397,7 @@ void FilterGraphEditorWidget::OnFilterPropertiesDialogResponse(int response)
if(name != f->GetDisplayName())
window->OnChannelRenamed(f);

window->RefreshAllFilters();

//TODO: redraw any waveform areas it contains
//SetGeometryDirty();
//queue_draw();
window->OnAllWaveformsUpdated();

Refresh();
}