mirror of https://github.com/zlatinb/muwire
do not use swing groovy extensions which for some reason are not available after jlinking
parent
d64eebc153
commit
b3cae1451c
|
@ -476,7 +476,7 @@ class MainFrameModel {
|
|||
void filterLibrary() {
|
||||
view.clearSelectedFiles()
|
||||
shared.clear()
|
||||
treeRoot.clear()
|
||||
treeRoot.removeAllChildren()
|
||||
filterer?.cancel()
|
||||
if (filter != null) {
|
||||
filterer = new Filterer()
|
||||
|
|
Loading…
Reference in New Issue