fix: Disable selection, context menus, etc. in line edits

This commit is contained in:
ChaoticByte 2025-08-21 20:09:28 +02:00
parent ba38b80892
commit 5d6b30dce9
No known key found for this signature in database
3 changed files with 9 additions and 1 deletions

View file

@ -57,6 +57,10 @@ offset_top = 56.0
offset_right = 184.0
offset_bottom = 75.0
keep_editing_on_text_submit = true
context_menu_enabled = false
middle_mouse_paste_enabled = false
selecting_enabled = false
drag_and_drop_selection_enabled = false
[node name="AddPhraseButton" type="Button" parent="."]
layout_mode = 1