Skip to content
Snippets Groups Projects
Commit 621fe3fe authored by Benedikt Meurer's avatar Benedikt Meurer
Browse files

2005-09-02 Benedikt Meurer <benny@xfce.org>

	* thunar/thunar-icon-renderer.c(thunar_icon_renderer_render): Prelight
	  drop destination icons.




(Old svn revision: 17268)
parent c54d96b6
No related branches found
No related tags found
No related merge requests found
2005-09-02 Benedikt Meurer <benny@xfce.org>
* thunar/thunar-icon-renderer.c(thunar_icon_renderer_render): Prelight
drop destination icons.
2005-09-01 Benedikt Meurer <benny@xfce.org>
* thunar/thunar-computer-folder.c, thunar/thunar-desktop-view.c,
......
......@@ -343,6 +343,11 @@ thunar_icon_renderer_render (GtkCellRenderer *renderer,
if (G_UNLIKELY (icon == NULL))
return;
/* pre-light the item if we're dragging about it */
if (G_UNLIKELY (icon_state == THUNAR_FILE_ICON_STATE_DROP))
flags |= GTK_CELL_RENDERER_PRELIT;
/* determine the real icon size */
icon_area.width = gdk_pixbuf_get_width (icon);
icon_area.height = gdk_pixbuf_get_height (icon);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment