https://bugs.documentfoundation.org/show_bug.cgi?id=157021

--- Comment #5 from Caolán McNamara <[email protected]> ---
I don't know if there is a v. quick fix. I think I suggested using set_text and
some explicit column number in the first place to avoid a vcl edge case, but
what I think is happening here is that the gtk treeviews, for the other edge
case of a custom rendering preview, have a pixmap/cairo-surface at the expected
index so the two edge cases show a bit of contradictory poor implementation by
me there.

I probably need to do something like remove the pixmap/cairo-surface for custom
rendering out of the .ui file, so the column mapping stuff we do works as it
normally does for these treeviews in gtk, and bung it at the end at run-time
(or something of that nature) when togged into the custom-render more.

Might be easiest to revert for now and if I get a chance then sort it out with
a bit of thought.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to