mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 19:21:20 +00:00
highlight parameter added
This commit is contained in:
@@ -24,8 +24,8 @@ import java.util.List;
|
||||
public class StopDragActionItem extends ActionItem {
|
||||
|
||||
@Override
|
||||
public String toString(ConstantPool constants) {
|
||||
return hilight("stopDrag()");
|
||||
public String toString(boolean highlight, ConstantPool constants) {
|
||||
return hilight("stopDrag()", highlight);
|
||||
}
|
||||
|
||||
public StopDragActionItem(GraphSourceItem instruction) {
|
||||
|
||||
Reference in New Issue
Block a user