Skip to content
  • Matthias Clasen's avatar
    textview: Avoid misplacing the Emoji chooser · b3b03216
    Matthias Clasen authored
    When the iter is at the end of the buffer,
    gtk_text_view_get_iter_location returns a
    rectangle with width 0, which in turn makes
    gdk_rectangle_intersect return FALSE.
    
    Avoid that by always giving the rectangle
    non-empty dimensions.
    
    Fixes: #4503
    b3b03216