mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-181653 "Autoscroll to sources" doesn't work in 181
This commit is contained in:
+2
-1
@@ -735,7 +735,8 @@ public abstract class AbstractProjectViewPane implements DataProvider, Disposabl
|
||||
@NotNull
|
||||
@Override
|
||||
public ActionCallback getReady(@NotNull Object requestor) {
|
||||
if (myTreeBuilder == null || myTreeBuilder.isDisposed()) return ActionCallback.REJECTED;
|
||||
if (myTreeBuilder == null) return ActionCallback.DONE;
|
||||
if (myTreeBuilder.isDisposed()) return ActionCallback.REJECTED;
|
||||
return myTreeBuilder.getUi().getReady(requestor);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user