[longomatch] Remove focus from player buttons
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Remove focus from player buttons
- Date: Mon, 7 Jul 2014 11:27:53 +0000 (UTC)
commit 670066fa2242428df0de7dc6a7f7259c98295269
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Jun 10 11:13:24 2014 +0200
Remove focus from player buttons
LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs b/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs
index 2a80f6c..fe6765c 100644
--- a/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs
+++ b/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs
@@ -94,6 +94,8 @@ namespace LongoMatch.Gui
timescale.CanFocus = false;
vscale1.CanFocus = false;
drawbutton.CanFocus = false;
+ videoeventbox.CanFocus = true;
+ videodrawingarea.CanFocus = true;
seeksQueue = new double[2];
seeksQueue [0] = -1;
seeksQueue [1] = -1;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]