mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 18:20:54 +00:00
Fixed Unpin all context menu not clearing pins properly
This commit is contained in:
@@ -568,7 +568,7 @@ public class TagTreeContextMenu extends JPopupMenu {
|
||||
unpinAllMenuItem.addActionListener(new ActionListener() {
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
mainPanel.clearPins();
|
||||
mainPanel.destroyPins();
|
||||
}
|
||||
});
|
||||
add(unpinAllMenuItem);
|
||||
|
||||
Reference in New Issue
Block a user