UI: Fix Seams button drawing differently

This commit is contained in:
Pablo Vazquez 2018-07-11 19:00:54 +02:00
parent 4e9d039ef7
commit c643f02b07
1 changed files with 1 additions and 1 deletions

View File

@ -4155,7 +4155,7 @@ class VIEW3D_PT_overlay_edit_mesh(Panel):
row.prop(data, "show_edge_bevel_weight", text="Bevel", toggle=True)
if not with_freestyle:
row.prop(data, "show_edge_seams", text="Seams")
row.prop(data, "show_edge_seams", text="Seams", toggle=True)
class VIEW3D_PT_overlay_edit_mesh_shading(Panel):