Octave: Updated GetActiveCellProperty to the new specification.

Still missing handling of coarse grids
p4#: 21677
This commit is contained in:
Jacob Støren
2013-05-21 11:18:28 +02:00
parent eff924c630
commit 2009838b04
3 changed files with 157 additions and 45 deletions

View File

@@ -140,4 +140,4 @@ QList<QVariant> Json::decodeInnerToList(QScriptValue arrayValue)
list.append(QVariant(decodeInner(it.value())));
}
return list;
}
}