mirror of https://github.com/zlatinb/muwire
do not expand tree on clearing filter if V2 session
parent
cc0291e847
commit
f626386a3d
|
@ -93,7 +93,8 @@ class BrowseModel {
|
|||
root.add(topLevel)
|
||||
}
|
||||
view.refreshResults()
|
||||
view.expandUnconditionally()
|
||||
if (session == null || !session.supportsIncremental())
|
||||
view.expandUnconditionally()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue