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: b1116fb96ac1
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: db8543b74b06
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Dec 14, 2020

  1. WaveformArea: now redraw downstream filters' waveform areas properly …

    …when reconfiguring a filter
    azonenberg committed Dec 14, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    db8543b View commit details
Showing with 3 additions and 7 deletions.
  1. +1 −1 doc
  2. +1 −1 lib
  3. +1 −5 src/glscopeclient/WaveformArea_events.cpp
2 changes: 1 addition & 1 deletion doc
Submodule doc updated 1 files
+11 −0 section-gettingstarted.tex
6 changes: 1 addition & 5 deletions src/glscopeclient/WaveformArea_events.cpp
Original file line number Diff line number Diff line change
@@ -1017,11 +1017,7 @@ void WaveformArea::OnDecodeReconfigureDialogResponse(int response)
if(name != decode->GetDisplayName())
m_parent->OnChannelRenamed(decode);

m_parent->RefreshAllFilters();

SetGeometryDirty();
queue_draw();

m_parent->OnAllWaveformsUpdated();
m_parent->RefreshFilterGraphEditor();
}