mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[welcome screen] IDEA-297659: Build tree in constructor
Previously, tree was built because of installSearchField call that calls searchModel.updateStructure inside. So if SearchField is not installed some code won't work properly (e.g. nodes expanding/selecting) GitOrigin-RevId: 5c95845680d749f3e493e228fb333d87473c8209
This commit is contained in:
committed by
intellij-monorepo-bot
parent
619d843e24
commit
1b58c7086e
+2
@@ -95,6 +95,8 @@ internal class RecentProjectFilteringTree(
|
||||
setExpandableItemsEnabled(false)
|
||||
UIUtil.setCursor(this, Cursor.getPredefinedCursor(Cursor.HAND_CURSOR))
|
||||
}
|
||||
|
||||
searchModel.updateStructure()
|
||||
}
|
||||
|
||||
fun updateTree() {
|
||||
|
||||
Reference in New Issue
Block a user