[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi] GTK warnings
From: |
Greg Chicares |
Subject: |
[lmi] GTK warnings |
Date: |
Thu, 30 Jun 2022 19:47:11 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 |
With the wx upgrade, I still have a few GTK warnings:
(lmi_wx_shared:79710): Gtk-WARNING **: 19:32:24.395: Drawing a gadget with
negative dimensions. Did you forget to allocate a size? (node tab owner
GtkNotebook)
(lmi_wx_shared:79710): Gtk-CRITICAL **: 19:32:24.402:
gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
Would it be easy to prevent those? I conjecture that notebook
tabs might have a dimension of -1, perhaps due to a wx default
that's not explicitly expressed in 'skin.xrc', which says only:
<object class="wxNotebook" name="input_notebook">
<object class="notebookpage">
<label>Plan</label>
<object_ref ref="plan_panel"/>
</object>
<object class="notebookpage">
...and so on.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lmi] GTK warnings,
Greg Chicares <=