9 lines
188 B
GDScript3
Raw Normal View History

2022-11-18 00:52:05 +07:00
tool
extends SpinBox
func can_drop_data(position, data):
# this prevents locking the mouse
# on some operating systems
# due to a godot editor bug with SpinBox drag/drop
return false