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
base: cde092530666
Choose a base ref
...
head repository: ngscopeclient/scopehal-apps
compare: ecfc6a224127
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 2, 2021

  1. Fix null pointer dereference in graph editor

    When right clicking while dragging onto nothing, the selected node gets
    set to NULL, but the node rendering assumes the selected node to be
    valid during a drag.
    
    The drag is now just canceled on a right click.
    
    Signed-off-by: Robin Ole Heinemann <robin.ole.heinemann@gmail.com>
    rroohhh committed Jun 2, 2021
    Copy the full SHA
    7b59c98 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #371 from rroohhh/right_click_drag

    Fix null pointer dereference in graph editor
    azonenberg committed Jun 2, 2021
    Copy the full SHA
    ecfc6a2 View commit details
    Browse the repository at this point in the history