mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
EA-845448 T: FileManagerImpl.findFile
GitOrigin-RevId: 951f7cdf8fd385684c0a9840fd265ea8c0646f7b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
819c82680c
commit
23aab75e6d
@@ -124,7 +124,7 @@ public class ProblemsViewPanel extends OnePixelSplitter implements Disposable, D
|
||||
@Override
|
||||
public boolean isEnabled() {
|
||||
VirtualFile file = getSelectedFile();
|
||||
return file != null && ProblemsView.getDocument(getProject(), file) != null;
|
||||
return file != null && file.isValid() && ProblemsView.getDocument(getProject(), file) != null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user