ui: Show definition in code view when clicking active node in graph
This commit is contained in:
@@ -153,7 +153,7 @@ void QtGraphView::clickedInEmptySpace()
|
||||
|
||||
if (activeEdgeCount == 1)
|
||||
{
|
||||
MessageDeactivateEdge().dispatch();
|
||||
MessageDeactivateEdge(false).dispatch();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user