You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a game that makes heavy use of TextEdit, LineEdit, and RichTextLabel.
Describe the problem or limitation you are having in your project
While I am able to disable the dragging and dropping feature on TextEdit, both LineEdit and RichTextLabel still have this feature enabled creating an inconsistency.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
The feature would be an option to disable this behavior on LineEdit and RichTextLabel just like the drag_and_drop_selection_enabled property of TextEdit.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
Extend the drag-and-drop option of TextEdit to LineEdit and RichTextLabel
If this enhancement will not be used often, can it be worked around with a few lines of script?
Not that I am aware of
Is there a reason why this should be core and not an add-on in the asset library?
The feature already exists for the TextEdit node.
The text was updated successfully, but these errors were encountered:
Describe the project you are working on
I am working on a game that makes heavy use of TextEdit, LineEdit, and RichTextLabel.
Describe the problem or limitation you are having in your project
While I am able to disable the dragging and dropping feature on TextEdit, both LineEdit and RichTextLabel still have this feature enabled creating an inconsistency.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
The feature would be an option to disable this behavior on LineEdit and RichTextLabel just like the drag_and_drop_selection_enabled property of TextEdit.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
Extend the drag-and-drop option of TextEdit to LineEdit and RichTextLabel
If this enhancement will not be used often, can it be worked around with a few lines of script?
Not that I am aware of
Is there a reason why this should be core and not an add-on in the asset library?
The feature already exists for the TextEdit node.
The text was updated successfully, but these errors were encountered: