mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-26 00:26:17 +00:00
AS3:Correct class highlighting
This commit is contained in:
@@ -68,7 +68,7 @@ public class Traits {
|
||||
}
|
||||
}
|
||||
if (traits[t] instanceof TraitClass) {
|
||||
plus = Highlighting.hilighClass(plus, h);
|
||||
plus = Highlighting.hilighClass(plus, ((TraitClass)traits[t]).class_info);
|
||||
} else {
|
||||
plus = Highlighting.hilighTrait(plus, h);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user