mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
[v3 alpha] Fix deadlock of linux dialog for multiple selections
This commit is contained in:
parent
f2040797d7
commit
0466bc6936
1 changed files with 1 additions and 0 deletions
|
|
@ -1678,6 +1678,7 @@ func runChooserDialog(window pointer, allowMultiple, createFolders, showHidden b
|
|||
count++
|
||||
}
|
||||
}
|
||||
close(selections)
|
||||
}()
|
||||
})
|
||||
C.gtk_widget_destroy((*C.GtkWidget)(unsafe.Pointer(fc)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue