Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix null pointer dereference in graph editor #371

Merged
merged 1 commit into from Jun 2, 2021

Conversation

rroohhh
Copy link
Contributor

@rroohhh rroohhh commented Jun 2, 2021

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.

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>
@azonenberg azonenberg merged commit ecfc6a2 into ngscopeclient:master Jun 2, 2021
@rroohhh rroohhh deleted the right_click_drag branch June 3, 2021 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants