Fix compile errors

This commit is contained in:
2026-01-05 01:50:05 +08:00
parent c136cdf7f6
commit cad331eb2c
33 changed files with 79 additions and 354 deletions
+1 -1
View File
@@ -646,7 +646,7 @@ void NodeView::mouseDoubleClickEvent(QMouseEvent *event)
QStringLiteral("ParamPanel"))) {
panel->show();
panel->raise();
panel->setFocus();
panel->setFocus(Qt::OtherFocusReason);
}
}
}