mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 11:55:10 +00:00
Fix to avoid nullpointer while loading session
This commit is contained in:
@@ -1441,7 +1441,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
return actionPanel;
|
||||
}
|
||||
|
||||
private void updateUiWithCurrentOpenable() {
|
||||
public void updateUiWithCurrentOpenable() {
|
||||
switch (currentView) {
|
||||
case VIEW_RESOURCES:
|
||||
TreeItem resourcesTi = (TreeItem) tagTree.getLastSelectedPathComponent();
|
||||
|
||||
Reference in New Issue
Block a user