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

GTK Warnings #625

Open
3 tasks
franzlst opened this issue Apr 17, 2020 · 0 comments
Open
3 tasks

GTK Warnings #625

franzlst opened this issue Apr 17, 2020 · 0 comments

Comments

@franzlst
Copy link
Member

  • Gtk-WARNING **: Allocating size to main_window 0x1a205c0 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate? (when opening RAFCON)
  • Gtk-WARNING **: Allocating size to rafcon+gui+utils+dialog+RAFCONButtonDialog 0x2dec2e0 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate? (when opening a dialog, e.g. closing a state machine with unsaved changes)
  • Gtk-CRITICAL **: _gtk_accel_group_detach: assertion 'g_slist_find (accel_group->priv->acceleratables, object) != NULL' failed (when closing RAFCON)

Sub-issue 1 and 2 can be related to size requests of widgets, e.g. in glade files.

Originally created by @franzlst ([email protected]) at 2018-11-15 13:32:30+00:00 (moved from RMC internal repository)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants