mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 19:54:37 +00:00
Tag list view - export selection context menu item correctly enabled/disabled
This commit is contained in:
@@ -608,7 +608,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
}
|
||||
});
|
||||
|
||||
tagListTree = new TagListTree();
|
||||
tagListTree = new TagListTree(this);
|
||||
tagListTree.addTreeSelectionListener(this);
|
||||
|
||||
DragSource dragSource = DragSource.getDefaultDragSource();
|
||||
|
||||
Reference in New Issue
Block a user