Text editor v_scroll_speed
setting can break mouse wheel scrolling
#58009
Labels
Milestone
v_scroll_speed
setting can break mouse wheel scrolling
#58009
Godot version
b50ec37
System information
Windows 10
Issue description
Some values of text_editor/behavior/navigation/v_scroll_speed Editor settings breaks mouse wheel scrolling of TextEdit.
If the value is lesser than 8, no scrolling occurs.
If the value is set to a negative value, scrolling is broken as it scrolls to the bad side and never reach the target scroll value until the top or bottom of the script.
Steps to reproduce
Open any long script (you can copy/paste the default template multiples time as it don't have to be valid script)
In Editor Settings, change the value of text_editor/behavior/navigation/v_scroll_speed :
Minimal reproduction project
Not needed
The text was updated successfully, but these errors were encountered: