Tag list view - export selection context menu item correctly enabled/disabled

This commit is contained in:
Jindra Petřík
2022-10-29 22:51:44 +02:00
parent cdb70ad25d
commit 7b735d8e52
4 changed files with 22 additions and 7 deletions

View File

@@ -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();