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: 60e9e9ea9488
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: 56ec47be2e47
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 18, 2021

  1. Copy the full SHA
    56ec47b View commit details
Showing with 2 additions and 0 deletions.
  1. +2 −0 src/glscopeclient/ProtocolAnalyzerWindow.cpp
2 changes: 2 additions & 0 deletions src/glscopeclient/ProtocolAnalyzerWindow.cpp
Original file line number Diff line number Diff line change
@@ -572,6 +572,8 @@ void ProtocolAnalyzerWindow::OnWaveformDataReady()
}

//Select the last row
last_top_row = m_model->children().end();
last_top_row --;
auto path = m_model->get_path(*last_top_row);
m_tree.expand_to_path(path);
m_tree.scroll_to_row(path);