From 2ad1d55e594abf5976a2ee5ed3cf953e477017f3 Mon Sep 17 00:00:00 2001 From: discomfitor Date: Sun, 20 Oct 2013 08:15:24 +0100 Subject: [PATCH] only queue smart updates from termio_mouseover_suspend_pushpop when link.suspend is 0 almost reviewed-by: billiob --- src/bin/termio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/termio.c b/src/bin/termio.c index acecdc13..f27a1ddd 100644 --- a/src/bin/termio.c +++ b/src/bin/termio.c @@ -4485,7 +4485,8 @@ termio_mouseover_suspend_pushpop(Evas_Object *obj, int dir) if (!sd) return; sd->link.suspend += dir; if (sd->link.suspend < 0) sd->link.suspend = 0; - _smart_update_queue(obj, sd); + if (!sd->link.suspend) + _smart_update_queue(obj, sd); } void