Fix Family Tree Manager drop error on Windows (#1132)

Fixes #10734
This commit is contained in:
Paul Culley 2021-02-19 11:31:43 -06:00 committed by GitHub
parent f6bfb46fc0
commit bb0647274b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1013,7 +1013,7 @@ class DbManager(CLIDbManager, ManagedWindow):
"""
Handle the reception of drag data
"""
drag_value = selection.get_data().decode()
drag_value = selection.get_data().decode().strip(' \r\n\x00')
fname = None
type = None
title = None