Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag and Drop example produces an error #203

Open
elvishcraftsman opened this issue Jul 21, 2024 · 1 comment
Open

Drag and Drop example produces an error #203

elvishcraftsman opened this issue Jul 21, 2024 · 1 comment

Comments

@elvishcraftsman
Copy link

After dragging and dropping an entry in the included drag and drop example, I get the following error (after about five seconds). I first noticed it when adapting the code for my application.

(re.sonny.Workbench:5): Gtk-CRITICAL **: 12:42:53.405: gtk_native_unrealize: assertion 'clock != NULL' failed

(re.sonny.Workbench:5): Gtk-WARNING **: 12:42:53.405: (../gtk/gtknative.c:139):verify_priv_unrealized: runtime check failed: (priv->update_handler_id == 0)

(re.sonny.Workbench:5): Gtk-WARNING **: 12:42:53.405: (../gtk/gtknative.c:140):verify_priv_unrealized: runtime check failed: (priv->layout_handler_id == 0)

(re.sonny.Workbench:5): Gtk-WARNING **: 12:42:53.405: (../gtk/gtknative.c:141):verify_priv_unrealized: runtime check failed: (priv->scale_changed_handler_id == 0)

@ondrejkolin
Copy link
Contributor

btw. the examples are living in this repo:

https://github.com/workbenchdev/demos/tree/main/src/Drag%20and%20Drop

@sonnyp sonnyp transferred this issue from workbenchdev/Workbench Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants