[totem/gnome-3-12] backend: Fix hidden cursor with visible popup
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/gnome-3-12] backend: Fix hidden cursor with visible popup
- Date: Mon, 2 Jun 2014 15:50:24 +0000 (UTC)
commit 7d4198d69bccaa9c13d0aacc913f386a1baa4717
Author: Bastien Nocera <hadess hadess net>
Date: Mon Jun 2 17:46:32 2014 +0200
backend: Fix hidden cursor with visible popup
Avoid the cursor being hidden when a popover menu is shown by forcing
the popup to be shown.
Reproducer:
1. Open Videos
2. Play a video
3. Move your cursor outside of the window
4. Wait until the hovering menu disappears
5. Open the gear popover without hovering the video
6. Hover the video
https://bugzilla.gnome.org/show_bug.cgi?id=730387
src/backend/bacon-video-widget.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/backend/bacon-video-widget.c b/src/backend/bacon-video-widget.c
index 7f10d69..eef265d 100644
--- a/src/backend/bacon-video-widget.c
+++ b/src/backend/bacon-video-widget.c
@@ -3702,6 +3702,8 @@ bacon_video_widget_mark_popup_busy (BaconVideoWidget *bvw,
g_strdup (reason),
GINT_TO_POINTER (1));
+ set_controls_visibility (bvw, TRUE, FALSE);
+
GST_DEBUG ("Adding popup busy for reason %s", reason);
if (!was_busy) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]