Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--node_wrangler.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/node_wrangler.py b/node_wrangler.py
index f2280f2c..7e1e932e 100644
--- a/node_wrangler.py
+++ b/node_wrangler.py
@@ -1165,7 +1165,8 @@ class NWNodeWrangler(bpy.types.AddonPreferences):
hotkey_list_filter: StringProperty(
name=" Filter by Name",
default="",
- description="Show only hotkeys that have this text in their name"
+ description="Show only hotkeys that have this text in their name",
+ options={'TEXTEDIT_UPDATE'}
)
show_principled_lists: BoolProperty(
name="Show Principled naming tags",