- fixed timer-wait for tooltips. this annoyed me such a long time!

now the tooltip waits 0.3 seconds before popping up.
This commit is contained in:
2003-06-11 19:38:35 +00:00
parent 51c8bb6077
commit 8ffd18a56c

View File

@@ -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