mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
hide progress on scopes refresh (IDEA-166890)
This commit is contained in:
@@ -344,7 +344,7 @@ public class ScopeTreeViewPanel extends JPanel implements Disposable {
|
||||
myTree.getEmptyText().setText("Loading...");
|
||||
myActionCallback = new ActionCallback();
|
||||
myTree.putClientProperty(TreeState.CALLBACK, new WeakReference<>(myActionCallback));
|
||||
myTree.setModel(myBuilder.build(myProject, true, () -> {
|
||||
myTree.setModel(myBuilder.build(myProject, false, () -> {
|
||||
myTree.setPaintBusy(false);
|
||||
myTree.getEmptyText().setText(UIBundle.message("message.nothingToShow"));
|
||||
myActionCallback.setDone();
|
||||
|
||||
Reference in New Issue
Block a user