Mercurial > audlegacy
changeset 459:03bbb5bc74c0 trunk
[svn] Change logic used for drawing the line between the numbers and the
titles in the playlist.
author | nenolod |
---|---|
date | Tue, 17 Jan 2006 18:05:29 -0800 |
parents | 154ca7ff713f |
children | ccb34144939c |
files | audacious/playlist_list.c |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/audacious/playlist_list.c Tue Jan 17 17:26:38 2006 -0800 +++ b/audacious/playlist_list.c Tue Jan 17 18:05:29 2006 -0800 @@ -657,9 +657,8 @@ SKIN_PLEDIT_CURRENT)); gdk_draw_line(obj, gc, pl->pl_widget.x, -/* pl->pl_widget.x + lpadding + (width_approx_letters / 4),*/ - pl->pl_widget.y + - ((pos - pl->pl_first) * pl->pl_fheight), + pl->pl_widget.x + lpadding + + (width_approx_letters / 4), pl->pl_widget.width + pl->pl_widget.x - 1, pl->pl_widget.y + ((pos - pl->pl_first) * pl->pl_fheight));