Skip to content
  • Benjamin Otte's avatar
    treeview: Send changed signal directly to a11y code · ccabccc4
    Benjamin Otte authored
    No more signal handler is needed, therefore the code can also get rid of
    tracking the treemodel. And we use a faster approach for iterating the
    changed cellrenderers: We just iterate all columns instead of over all
    cell accessibles, as that number is likely quite a bit smaller.
    ccabccc4