diamondburned/gotk4

DragEnd on DragSource not being fired when dragged outside of app

Closed this issue · 1 comments

Hello,

dragSource.ConnectDragEnd(func(_ gdk.Dragger, _ bool) {
    fmt.Println("dragend")
})

This callback isn't fired when the drop happens outside of the application, f.e. dropping a file from my application to another one.

Am i missing something or is this a bug?

Regards

This seems to be fixed with the latest version as well.