Refresh pins on view change

This commit is contained in:
Jindra Petřík
2022-11-20 14:08:15 +01:00
parent 0352e4cee3
commit 66f278eaf0

View File

@@ -4445,6 +4445,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
}
});
refreshPins();
reload(true);
return true;
case VIEW_TIMELINE:
@@ -4479,6 +4480,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
}
showTreePanelCard(TAGLIST_VIEW);
treePanelMode = TreePanelMode.TAGLIST_TREE;
refreshPins();
reload(true);
return true;
}