Reputation: 1
I'm trying to use the FileDialog. but when I browse at the second time I got a crash with information is
"Gtk: Error assertion failed: (cancellable == data->button_data->cancellable)"
How do I address this problem?
Upvotes: 0
Views: 114
Reputation: 11
Qt5 can uses native file dialog from your desktop environment. There is some bug in a connection between Qt and GTK. Looks like the same as https://github.com/tkashkin/GameHub/issues/76
Upvotes: 1