Fixed Pin header proper selection

This commit is contained in:
Jindra Petřík
2022-11-20 22:12:19 +01:00
parent b971c4c754
commit c129753f04
@@ -129,6 +129,9 @@ public class PinsPanel extends JPanel {
}
if (currentNoTs == itemNoTs) {
if (currentUnpinnedButton != null) {
currentUnpinnedButton.setSelected(true);
}
return;
}