gtkdnd: Restore widget opacity after fading out
Otherwise the widget is left fully transparent, and will start as such if the widget is reused.
This commit is contained in:
@ -4002,6 +4002,7 @@ gtk_drag_remove_icon (GtkDragSourceInfo *info)
|
|||||||
if (info->icon_window)
|
if (info->icon_window)
|
||||||
{
|
{
|
||||||
gtk_widget_hide (info->icon_window);
|
gtk_widget_hide (info->icon_window);
|
||||||
|
gtk_widget_set_opacity (info->icon_window, 1.0);
|
||||||
if (info->destroy_icon)
|
if (info->destroy_icon)
|
||||||
gtk_widget_destroy (info->icon_window);
|
gtk_widget_destroy (info->icon_window);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user