improved nodeparamview Y setting

Still not perfect, mostly due to Qt's terrible QMainWindowLayout, but ah well
This commit is contained in:
itsmattkc
2021-01-30 10:27:52 +11:00
parent 060714cec6
commit d53885fe3d
11 changed files with 215 additions and 138 deletions
+1 -1
View File
@@ -285,7 +285,7 @@ public:
void SetIsKeyframing(bool keyframing, int element)
{
if (IsKeyframable()) {
if (!IsKeyframable()) {
qDebug() << "Ignored set keyframing because this input is not keyframable";
return;
}