dataset / labelset : make sure asString returns a string

nix
Owen Green 6 years ago
parent eae5d3b12e
commit aa566041f2

@ -14,7 +14,7 @@ FluidDataSet : FluidManipulationClient {
}
asString {
^id
^id.asString;
}
addPoint{|label, buffer, action|

@ -13,7 +13,7 @@ FluidLabelSet : FluidManipulationClient {
}
asString {
^id;
^id.asString;
}
addLabel{|id, label, action|

Loading…
Cancel
Save