mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-30 13:17:16 +00:00
Clone tags and frames
This commit is contained in:
@@ -4175,6 +4175,11 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
public void replaceTag(int index, Tag newTag) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public int indexOfTag(Tag tag) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
@Override
|
||||
public RECT getRectWithStrokes() {
|
||||
return getRect();
|
||||
|
||||
Reference in New Issue
Block a user