Change-Id: I212e09717634afd70520ea5d3618ff90f629ff37
// sort children according to the ordering parameter (useful on
// scilab-5.2.x diagrams)
- sort(children);
+ sortChildren();
final ScilabDirectHandler handler = ScilabDirectHandler.acquire();
if (handler == null) {