nodeview: fixed crash when expanding a NodeViewItem with a NodeInputArray

This commit is contained in:
itsmattkc
2020-02-26 00:47:01 +11:00
parent bf7fc9a0c4
commit 785160b86b
3 changed files with 17 additions and 4 deletions
+1
View File
@@ -75,6 +75,7 @@ public:
* Index of the parameter of this node (see NodeParam::index()).
*/
QRectF GetParameterConnectorRect(int index);
QRectF GetParameterConnectorRect(NodeParam* index);
protected:
virtual void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget = nullptr) override;