Skip to content

Commit fa80e0e

Browse files
committed
pdlua update
1 parent 014d011 commit fa80e0e

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

Source/Objects/LuaObject.h

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,8 +1015,8 @@ class LuaObject final : public ObjectBase
10151015
.type = LuaPropertiesPanel::PropertyItem::Type::Combo,
10161016
.label = atoms[0].toString(),
10171017
.method = atoms[1].toString(),
1018-
.initFloat = atoms[2].getFloat(),
1019-
.options = options
1018+
.options = options,
1019+
.initFloat = atoms[2].getFloat()
10201020
});
10211021
}
10221022
}
@@ -1125,8 +1125,6 @@ class LuaTextObject final : public TextObjectBase {
11251125
pdluaxSymbol = gensym("pdluax");
11261126
pd->setThis();
11271127
}
1128-
1129-
sendMessage("_properties");
11301128
}
11311129

11321130
ObjectParameters getParameters() override
@@ -1263,8 +1261,8 @@ class LuaTextObject final : public TextObjectBase {
12631261
.type = LuaPropertiesPanel::PropertyItem::Type::Combo,
12641262
.label = atoms[0].toString(),
12651263
.method = atoms[1].toString(),
1266-
.initFloat = atoms[2].getFloat(),
1267-
.options = options
1264+
.options = options,
1265+
.initFloat = atoms[2].getFloat()
12681266
});
12691267
}
12701268
}

0 commit comments

Comments
 (0)