]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
handle NULL shaped object from the empty-child-anchor case by drawing a
[~andy/gtk] / ChangeLog.pre-2-8
index e163aab2eba8d0ddf973864e573cdf85abd42b4e..21e375642809a8663e170486f6e60e21dbd7596b 100644 (file)
@@ -1,3 +1,14 @@
+2001-08-30  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/gtktextdisplay.c (render_layout_line): handle NULL shaped
+       object from the empty-child-anchor case by drawing a little box.
+       
+       * gtk/gtktextlayout.c (add_child_attrs): Still set shape attribute
+       if the child anchor has no anchored widgets - fixes #59328.
+
+       Also, remove bizarre deletion of preedit string that seems to have
+       gotten in here somehow.
+
 2001-08-30  Havoc Pennington  <hp@redhat.com>
 
        * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): apply fix