- 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:
@@ -3610,7 +3610,7 @@ static void ui_do_but_tip(void)
|
|||||||
if (anyqtest())
|
if (anyqtest())
|
||||||
return;
|
return;
|
||||||
else
|
else
|
||||||
PIL_sleep_ms(2);
|
PIL_sleep_ms(30);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Display the tip, and keep it displayed
|
/* Display the tip, and keep it displayed
|
||||||
|
Reference in New Issue
Block a user