use nodes as context rather than void
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ void NodeGraph::Clear()
|
||||
}
|
||||
}
|
||||
|
||||
qreal NodeGraph::GetNodeContextHeight(void *context)
|
||||
qreal NodeGraph::GetNodeContextHeight(Node *context)
|
||||
{
|
||||
const PositionMap &map = position_map_.value(context);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user