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: 247acb95dc72
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: d16b733a769f
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Sep 2, 2020

  1. WaveformArea: refresh filters immediately if configuration is changed…

    … rather than waiting for next trigger
    azonenberg committed Sep 2, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d16b733 View commit details
Showing with 2 additions and 1 deletion.
  1. +1 −1 lib
  2. +1 −0 src/glscopeclient/WaveformArea_events.cpp
2 changes: 1 addition & 1 deletion lib
Submodule lib updated from 09a810 to e462a3
1 change: 1 addition & 0 deletions src/glscopeclient/WaveformArea_events.cpp
Original file line number Diff line number Diff line change
@@ -857,6 +857,7 @@ void WaveformArea::OnDecodeReconfigureDialogResponse(int response)
if(response == Gtk::RESPONSE_OK)
{
m_decodeDialog->ConfigureDecoder();
m_parent->RefreshAllFilters();
queue_draw();
}