fix [#36835] Removing an addon has strange behavior

This commit is contained in:
Campbell Barton 2013-09-30 10:02:34 +00:00
parent 169b4e8118
commit 20047e776f

@ -1937,6 +1937,8 @@ class WM_OT_addon_remove(Operator):
else:
os.remove(path)
addon_utils.modules_refresh()
context.area.tag_redraw()
return {'FINISHED'}