Skip to content
  • Matthias Clasen's avatar
    entry: Simplify selection rendering · 27d70cbb
    Matthias Clasen authored
    Calling gtk_render_background for each rectangle in the region
    leads to suboptimal and sometimes weird results. Getting this
    right requires more work in Pango first. Go back to just rendering
    a single background, and clip it to the selection region. This
    matches what GtkLabel does.
    27d70cbb