Citation bars broken
I recently noticed that citation bars (the colored bars prefixing quoted text in text/plain message parts) are currently broken. Their tops are about one line too low, and:
- if the next line is quoted, they also end about a line too low; or
- if it is not quoted, they end at about the correct place, making a very short bar.
They are also raising messages like
(balsa:390013): Gtk-CRITICAL **: 14:48:28.381: gtk_widget_get_preferred_width_for_height: assertion 'height >= 0' failed
(balsa:390013): Gtk-WARNING **: 14:48:28.381: gtk_widget_size_allocate(): attempt to allocate widget with width 7 and height -11
I'm not sure that those two issues arose at the same time, but it seems likely. The warnings are caused by transient issues when the message part is rendered, and are easy to fix. The misplacement is tougher!
I rebuilt Balsa
versions 2.6.1 and 2.6.2, and they show the same behavior. Looks like something changed in Gtk
Does anyone else see this issue?