aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-call-window.c')
-rw-r--r--src/empathy-call-window.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 825aa0e6d..c13b11bbb 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -891,6 +891,8 @@ empathy_call_window_preview_on_drag_begin_cb (ClutterDragAction *action,
clutter_drag_action_set_drag_handle (action, preview);
+ clutter_actor_set_opacity (actor, 0);
+
empathy_call_window_show_preview_rectangles (self, TRUE);
empathy_call_window_darken_preview_rectangles (self);
}
@@ -914,6 +916,8 @@ empathy_call_window_preview_on_drag_end_cb (ClutterDragAction *action,
/* Destroy the video preview copy that we were dragging */
clutter_actor_destroy (preview);
+ clutter_actor_set_opacity (actor, 255);
+
if (pos != PREVIEW_POS_NONE)
empathy_call_window_move_video_preview (self, pos);