Changing Default Cursor Shape has no effect

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By bborncr

Changing the default cursor shape using this command has not effect:

Input.set_default_cursor_shape(CURSOR_DRAG)

There are no errors or warnings but the cursor does not change.

:bust_in_silhouette: Reply From: bborncr

It seems to me that the Control nodes override the default shape so the command has no effect.