bugfix [#25640] Cannot edit custom property values in it's popup window

This commit is contained in:
Campbell Barton
2011-01-15 19:15:35 +00:00
parent ebfb96c125
commit cae4e92ce8

View File

@@ -750,7 +750,7 @@ class WM_OT_properties_edit(bpy.types.Operator):
self.description = prop_ui.get("description", "")
wm = context.window_manager
return wm.invoke_props_popup(self, event)
return wm.invoke_props_dialog(self)
class WM_OT_properties_add(bpy.types.Operator):