Issue:
When I enter a text in Entry, select it and drag it somewhere in the window, the entire window freezes or does not respond anymore.
I get the error message:
2022/09/20 00:08:19 Warning: GLib-GObject: ../gobject/gsignal.c:2731: instance '0x70fe1c0' has no handler with id '403'
After a few hours of googling, I still haven't come up with a solution. Is there any way to catch the error so that the window continues to respond.
Furthermore, how can be copy and paste implemented. Unfortunately I did not find anything in the documentation.
Hi, first of all, thank you for your great work.
Issue: When I enter a text in Entry, select it and drag it somewhere in the window, the entire window freezes or does not respond anymore. I get the error message:
2022/09/20 00:08:19 Warning: GLib-GObject: ../gobject/gsignal.c:2731: instance '0x70fe1c0' has no handler with id '403'
After a few hours of googling, I still haven't come up with a solution. Is there any way to catch the error so that the window continues to respond.
Furthermore, how can be copy and paste implemented. Unfortunately I did not find anything in the documentation.