SpielBackupAlt/addons/dialogic/Editor/Events/Parts/SpinBoxPreventDnD.gd

9 lines
196 B
GDScript3
Raw Permalink Normal View History

2024-12-26 14:54:06 +00: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