[chronojump] Fixed sensitiveness on auto after jump
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fixed sensitiveness on auto after jump
- Date: Sat, 18 Oct 2014 03:21:32 +0000 (UTC)
commit 934d337f9b89065c58b5e911868818c42db578bf
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu Oct 16 20:39:40 2014 +0200
Fixed sensitiveness on auto after jump
src/gui/chronojump.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index 46fce5b..0d9d1fb 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -3598,7 +3598,8 @@ Log.WriteLine("DDD 2");
{
currentEventExecute.FakeButtonThreadDyed.Clicked -= new
EventHandler(on_test_finished_can_touch_gtk);
Log.WriteLine(" cantouch1 ");
- sensitiveGuiEventDone();
+ if(! execute_auto_doing)
+ sensitiveGuiEventDone();
Log.WriteLine(" cantouch3 ");
if ( ! currentEventExecute.Cancel )
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]