[v3 alpha] Fix deadlock of linux dialog for multiple selections

This commit is contained in:
Michael 2024-12-01 13:47:24 -08:00
commit 0466bc6936

View file

@ -1678,6 +1678,7 @@ func runChooserDialog(window pointer, allowMultiple, createFolders, showHidden b
count++
}
}
close(selections)
}()
})
C.gtk_widget_destroy((*C.GtkWidget)(unsafe.Pointer(fc)))