mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 21:40:52 +00:00
highlight parameter added
This commit is contained in:
@@ -34,8 +34,8 @@ public class IntegerValueItem extends GraphTargetItem {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString(List<Object> localData) {
|
||||
return hilight("" + intValue);
|
||||
public String toString(boolean highlight, List<Object> localData) {
|
||||
return hilight("" + intValue, highlight);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user