We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297650a commit 7e79c07Copy full SHA for 7e79c07
editor/editor_help.cpp
@@ -4485,7 +4485,7 @@ void EditorHelpBitTooltip::_notification(int p_what) {
4485
queue_free();
4486
}
4487
} else if (!Input::get_singleton()->get_last_mouse_velocity().is_zero_approx()) {
4488
- if (!_is_mouse_inside_tooltip && OS::get_singleton()->get_ticks_msec() - _enter_tree_time > 250) {
+ if (!_is_mouse_inside_tooltip && OS::get_singleton()->get_ticks_msec() - _enter_tree_time > 350) {
4489
_start_timer();
4490
4491
0 commit comments