suppress some benign warnings

This commit is contained in:
itsmattkc
2021-02-21 10:23:06 +11:00
parent e0443e017c
commit 7fee0e6b04
3 changed files with 13 additions and 2 deletions
+3 -1
View File
@@ -220,7 +220,9 @@ void CurveWidget::UpdateBridgeTime(const int64_t &timestamp)
void CurveWidget::ConnectNode(Node *node, bool connect)
{
foreach (const QString& input, node->inputs()) {
ConnectInput(node, input, connect);
if (node->IsInputKeyframable(input)) {
ConnectInput(node, input, connect);
}
}
// Connect add/remove signals