[totem] backend: Fix hidden cursor with visible popup
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] backend: Fix hidden cursor with visible popup
- Date: Mon, 2 Jun 2014 15:51:20 +0000 (UTC)
commit 9e724ebfde686987994110fe0fda53f551b71cdf
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 3eb629f..b81fa9e 100644
--- a/src/backend/bacon-video-widget.c
+++ b/src/backend/bacon-video-widget.c
@@ -3644,6 +3644,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]