mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEADEV-41572
This commit is contained in:
committed by
Dmitry Jemerov
parent
246b6267c2
commit
ac7d7872ee
+1
-1
@@ -180,7 +180,7 @@ public abstract class ContentEntryTreeEditor {
|
||||
|
||||
public void select(VirtualFile file) {
|
||||
if (myFileSystemTree != null) {
|
||||
myFileSystemTree.select(file);
|
||||
myFileSystemTree.select(file, null);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user