Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
Disable filtering until implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
astrelsky committed Oct 23, 2020
1 parent 56c9606 commit b3a2a25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ public TypeInfoArchiveGTree(ClassTypeInfoManagerPlugin plugin) {
super(new TypeInfoArchiveGTreeRootNode());
this.dropHandler = new TypeInfoDragNDropHandler();
this.plugin = plugin;

// temporarily disable filter
setFilteringEnabled(false);
}

private TypeInfoArchiveGTreeRootNode getRoot() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ private void createActions() {
}

public void dispose() {
tree.dispose();
mainPanel.removeAll();
}

Expand Down

0 comments on commit b3a2a25

Please sign in to comment.