Fix T81953: Python error in UV Editor Overlay popup

Leftover from rBe05ce1ea2029, 'use_image_editor_legacy_drawing' was
removed.

Maniphest Tasks: T81953

Differential Revision: https://developer.blender.org/D9310
This commit is contained in:
2020-10-22 11:19:06 +02:00
parent 92571abf56
commit c9550cb120

View File

@@ -1521,8 +1521,6 @@ class IMAGE_PT_overlay_uv_edit_geometry(Panel):
col = layout.column()
col.prop(uvedit, "uv_opacity")
col.prop(uvedit, "edge_display_type", text="")
if context.preferences.experimental.use_image_editor_legacy_drawing:
col.prop(uvedit, "show_smooth_edges", text="Smooth")
col.prop(uvedit, "show_modified_edges", text="Modified Edges")
# Faces