GNOME Bugzilla – Bug 165017
Using fixed-height-mode row changes don't cause the row to be redrawn
Last modified: 2005-02-23 22:39:11 UTC
Create a treeview, set it to fixed height mode, change a row, and watch how the row isn't redrawn. Works perfectly when commenting out the call setting fixed height mode.
Created attachment 36530 [details] Testcase
Created attachment 37664 [details] [review] Patch The problem actually is that requisition.width is 1 when using fixed size columns without a specific width specified. This patch fixes this particular problem, however, there are way more references to requisition.width in the code ..
Yup. That's a bug. I committed this patch to both stable and HEAD. I looked at the other references to requisition.width, and I don't think any of them should cause problems. I'll keep an eye out for those, though.