AS3 preincrement fix

use same local register names fix
This commit is contained in:
Jindra Petřík
2015-04-06 21:37:43 +02:00
parent acbf5647cb
commit 72d00b501b
4 changed files with 5 additions and 4 deletions

View File

@@ -450,7 +450,7 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements CaretL
if (ch != null) {
Highlighting th = Highlighting.searchPos(traitHighlights, pos);
if (th != null) {
currentTrait = abc.findTraitByTraitId((int) ch.getProperties().index, (int) th.getProperties().index);
currentTrait = abc.findTraitByTraitId((int) ch.getProperties().index, (int) th.getProperties().index);
}
}