#627 Filter swf not working fixed

This commit is contained in:
honfika
2014-07-31 18:46:21 +02:00
parent 49bb3ec2bf
commit c7fb387859
2 changed files with 5 additions and 6 deletions

View File

@@ -2139,6 +2139,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
showDetail(DETAILCARDEMPTYPANEL);
} else {
treePanel.add(new JScrollPane(tagTree), BorderLayout.CENTER);
treePanel.add(searchPanel, BorderLayout.SOUTH);
treePanelMode = TreePanelMode.TAG_TREE;
}
reload(true);