mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 19:04:38 +00:00
Fixed Unpin all context menu not clearing pins properly
This commit is contained in:
@@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file.
|
||||
- All SWF classes inside DoABC tags in the taglist view
|
||||
- Exception on package selection inside DoABC tag on taglist view
|
||||
- [#1892] AS3 - Package internal custom namespaces
|
||||
- Unpin all context menu not clearing pins properly
|
||||
|
||||
## [17.0.2] - 2022-11-22
|
||||
### Fixed
|
||||
|
||||
@@ -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