You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix tooltip disappearing with wintab tablet driver
This commit is contained in:
@@ -4485,7 +4485,7 @@ void EditorHelpBitTooltip::_notification(int p_what) {
|
||||
queue_free();
|
||||
}
|
||||
} else if (!Input::get_singleton()->get_last_mouse_velocity().is_zero_approx()) {
|
||||
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) {
|
||||
_start_timer();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user