Set movablelimits on the base mo not the munderover node. Issue #901.

This commit is contained in:
Davide P. Cervone 2015-01-16 11:18:26 -05:00
parent 93fd3bfa64
commit b30c8f2f30

View File

@ -1359,7 +1359,7 @@
op = top.data[top.data.length-1] = MML.munderover.apply(MML.underover,op.data);
}
op.movesupsub = (limits ? true : false);
op.movablelimits = false;
op.Core().movablelimits = false;
},
Over: function (name,open,close) {