mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 21:20:45 +00:00
Added: "Show detail" context menu item for items in folder preview
This commit is contained in:
@@ -129,7 +129,7 @@ public class PinButton extends JPanel {
|
||||
}
|
||||
List<TreeItem> itemList = new ArrayList<>();
|
||||
itemList.add(item);
|
||||
mainPanel.getContextPopupMenu().update(itemList);
|
||||
mainPanel.getContextPopupMenu().update(itemList, false);
|
||||
mainPanel.getContextPopupMenu().show(PinButton.this, 0, PinButton.this.getHeight());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user