Fix T70068: sculpt mode hide masked not working after show all

This commit is contained in:
Brecht Van Lommel
2019-09-19 14:40:33 +02:00
parent 441f6cf020
commit 2f6a064765

View File

@@ -2831,6 +2831,7 @@ class VIEW3D_MT_sculpt(Menu):
props.area = 'INSIDE'
props = layout.operator("paint.hide_show", text="Hide Masked")
props.action = 'HIDE'
props.area = 'MASKED'
layout.separator()