From 8ffd18a56c41e41e9a486b911194a3d55b9d9b30 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Wed, 11 Jun 2003 19:38:35 +0000 Subject: [PATCH] - fixed timer-wait for tooltips. this annoyed me such a long time! now the tooltip waits 0.3 seconds before popping up. --- source/blender/src/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/src/interface.c b/source/blender/src/interface.c index cf9e942ea55..00939d4834a 100644 --- a/source/blender/src/interface.c +++ b/source/blender/src/interface.c @@ -3610,7 +3610,7 @@ static void ui_do_but_tip(void) if (anyqtest()) return; else - PIL_sleep_ms(2); + PIL_sleep_ms(30); } /* Display the tip, and keep it displayed