mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 22:00:55 +00:00
AS3: property fix
This commit is contained in:
@@ -105,7 +105,7 @@ public abstract class TreeItem {
|
||||
if(prefix.endsWith(".")){
|
||||
prefix=prefix.substring(0,prefix.length()-1);
|
||||
}
|
||||
if(!name.startsWith("[")){
|
||||
if(!Highlighting.stripHilights(name).startsWith("[")){
|
||||
return prefix+"."+name;
|
||||
}
|
||||
return prefix+name;
|
||||
|
||||
Reference in New Issue
Block a user