Cleanup: remove outdated comment

String suggestion now allow the operator list to be searched.
This commit is contained in:
Campbell Barton 2024-01-17 10:30:04 +11:00
parent 55131f6f90
commit 0d7225bf0c
1 changed files with 0 additions and 2 deletions

View File

@ -164,8 +164,6 @@ def draw_kmi(display_keymaps, kc, km, kmi, layout, level):
if km.is_modal:
sub.prop(kmi, "propvalue", text="")
else:
# One day...
# sub.prop_search(kmi, "idname", bpy.context.window_manager, "operators_all", text="")
sub.prop(kmi, "idname", text="")
if map_type not in {'TEXTINPUT', 'TIMER'}: