[longomatch] Disable moving the timeline marker in the projects sync
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Disable moving the timeline marker in the projects sync
- Date: Sun, 30 Nov 2014 23:25:21 +0000 (UTC)
commit a11d9f818860ad54d1ed436a28a266a04c905cd5
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Mon Dec 1 00:24:10 2014 +0100
Disable moving the timeline marker in the projects sync
LongoMatch.GUI/Gui/Component/ProjectPeriods.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/ProjectPeriods.cs b/LongoMatch.GUI/Gui/Component/ProjectPeriods.cs
index 1b992f7..ecef5a5 100644
--- a/LongoMatch.GUI/Gui/Component/ProjectPeriods.cs
+++ b/LongoMatch.GUI/Gui/Component/ProjectPeriods.cs
@@ -52,6 +52,7 @@ namespace LongoMatch.Gui.Component
playerbin2.Tick += HandleTick;
playerbin2.ShowControls = false;
timerule = new Timerule (new WidgetWrapper (drawingarea1));
+ timerule.ObjectsCanMove = false;
timersTimeline = new TimersTimeline (new WidgetWrapper (drawingarea2));
drawingarea1.HeightRequest = LongoMatch.Drawing.Constants.TIMERULE_HEIGHT;
drawingarea2.HeightRequest = LongoMatch.Drawing.Constants.TIMER_HEIGHT;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]