After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 541551 - GtkTreeView separator drawn of the wrong size
GtkTreeView separator drawn of the wrong size
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.13.x
Other Linux
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2008-07-04 13:38 UTC by Cosimo Cecchi
Modified: 2011-05-20 05:55 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
patch (683 bytes, patch)
2008-07-04 13:42 UTC, Cosimo Cecchi
none Details | Review

Description Cosimo Cecchi 2008-07-04 13:38:51 UTC
See [1] for a screenshot.
The eject buttons and the labels + pixbufs are on two different GtkTreeViewColumns; if no horizontal/vertical lines are drawn, then there's no point in drawing a space between the separators in the column (i.e. no point in drawing the separators one pixel less than what they should be).

[1] http://bugzilla.gnome.org/attachment.cgi?id=113937&action=view
Comment 1 Cosimo Cecchi 2008-07-04 13:42:54 UTC
Created attachment 113989 [details] [review]
patch

I haven't got enough knowledge of the code in gtktreeview.c to judge if this is correct, but fixes this bug for me.
Comment 2 Johan (not receiving bugmail) Dahlin 2008-07-04 13:46:56 UTC
Cosimo: I don't quite understand the screenshot, is that before or after the change? 
Comment 3 Cosimo Cecchi 2008-07-04 13:49:16 UTC
Johan: it's without my patch applied. You can see a white pixel in the separator, in the left Nautilus sidebar.
Comment 4 Marcus Carlson 2010-08-09 21:52:08 UTC
Any update on this?
Comment 5 Cosimo Cecchi 2011-05-20 05:55:51 UTC
This is obsolete.