devilhorns pushed a commit to branch master.
commit 1768ec751867ed3b4caa8b56651642d1361bdcb4
Author: Chris Michael <[email protected]>
Date: Wed Aug 28 08:12:16 2013 +0100
Increase timeout for spurious e_border mouse up.
Signed-off-by: Chris Michael <[email protected]>
---
src/bin/e_surface.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/e_surface.c b/src/bin/e_surface.c
index 7e3d9c3..d2063ca 100644
--- a/src/bin/e_surface.c
+++ b/src/bin/e_surface.c
@@ -414,7 +414,7 @@ _e_surface_cb_mouse_up(void *data, Evas *evas EINA_UNUSED,
Evas_Object *obj EINA
if (!(sd = evas_object_smart_data_get(data))) return;
timestamp = ecore_loop_time_get();
- if (fabs(timestamp - sd->mouse_down_time) <= 0.001) return;
+ if (fabs(timestamp - sd->mouse_down_time) <= 0.010) return;
evas_object_smart_callback_call(data, "mouse_up", event);
}
--
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk