Fix T63977: UV select linked has no attribute 'extend'

Also enable undo + register for select linked.
This commit is contained in:
2019-04-29 15:59:02 +10:00
parent 90a06259ee
commit c8bcddedff
2 changed files with 11 additions and 6 deletions

View File

@@ -160,7 +160,7 @@ class IMAGE_MT_select(Menu):
layout.separator()
layout.operator("uv.select_pinned")
layout.operator("uv.select_linked").extend = False
layout.operator("uv.select_linked")
layout.separator()