mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 10:50:47 +00:00
Fixed Pin header proper selection
This commit is contained in:
@@ -129,6 +129,9 @@ public class PinsPanel extends JPanel {
|
||||
}
|
||||
|
||||
if (currentNoTs == itemNoTs) {
|
||||
if (currentUnpinnedButton != null) {
|
||||
currentUnpinnedButton.setSelected(true);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user