[longomatch] Fix video window visibility issue on Windows when reparenting
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix video window visibility issue on Windows when reparenting
- Date: Tue, 28 Oct 2014 09:52:50 +0000 (UTC)
commit c2206fc0030ec82d81eb269a5b3fafe562fb3c9e
Author: Julien Moutte <julien fluendo com>
Date: Thu Oct 23 17:53:51 2014 +0200
Fix video window visibility issue on Windows when reparenting
LongoMatch.GUI.Multimedia/Gui/VideoWindow.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI.Multimedia/Gui/VideoWindow.cs b/LongoMatch.GUI.Multimedia/Gui/VideoWindow.cs
index 936b185..c613f30 100644
--- a/LongoMatch.GUI.Multimedia/Gui/VideoWindow.cs
+++ b/LongoMatch.GUI.Multimedia/Gui/VideoWindow.cs
@@ -41,6 +41,8 @@ namespace LongoMatch.Gui
videoeventbox.ButtonPressEvent += HandleButtonPressEvent;
videoeventbox.ScrollEvent += HandleScrollEvent;
videoeventbox.BorderWidth = 0;
+ // This is required to avoid video window visibility issues on Windows.
+ videoeventbox.VisibleWindow = false;
frame.Add (Window);
videoeventbox.Add (frame);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]