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: e36dbd0db753
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: 2e010a1ae023
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 8, 2020

  1. Copy the full SHA
    2e010a1 View commit details
Showing with 3 additions and 0 deletions.
  1. +3 −0 src/glscopeclient/WaveformArea_events.cpp
3 changes: 3 additions & 0 deletions src/glscopeclient/WaveformArea_events.cpp
Original file line number Diff line number Diff line change
@@ -858,6 +858,8 @@ void WaveformArea::OnDecodeReconfigureDialogResponse(int response)
{
m_decodeDialog->ConfigureDecoder();
m_parent->RefreshAllFilters();

SetGeometryDirty();
queue_draw();
}

@@ -889,6 +891,7 @@ void WaveformArea::OnDecodeSetupComplete()

//Run the decoder for the first time, so we get valid output even if there's not a trigger pending.
m_pendingDecode->Refresh();
SetGeometryDirty();

//Create a new waveform view for the generated signal
if(!m_pendingDecode->IsOverlay())