You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a flood of "(SWT:64178): Gtk-WARNING **: 12:04:34.730: Trying
to measure GtkHeaderBar 0x7fb13846ca30 for width of 0, but it needs at
least 137" like messages when developing. The issue is that
gtk_widget_measure is being called with for_size=0 param which happens
to be below the minimum size for many widgets. The documentation clearly
states "If no size is known, -1 can be passed." and so is done now.
0 commit comments