| 277 | } |
| 278 | |
| 279 | void FlowNode::PostModify() |
| 280 | { |
| 281 | // Only trigger refresh for nodes in a graph |
| 282 | if ( HasParentGraph() ) |
| 283 | { |
| 284 | RefreshDynamicPins(); |
| 285 | } |
| 286 | |
| 287 | BaseNode::PostModify(); |
| 288 | } |
| 289 | |
| 290 | //------------------------------------------------------------------------- |
| 291 |
no test coverage detected