Fix: inconsistent UI in Copy on Duplicate panel in User Preferences
Generally, checkbox labels are not grayed out when they are not checked. Better be consistent with other parts of the UI here. When I saw this, I was first confused because it looked like I can't enable the values that are not checked. This was introduced in #112393. Pull Request: https://projects.blender.org/blender/blender/pulls/132180
This commit is contained in:
@@ -450,8 +450,6 @@ class USERPREF_PT_edit_objects_duplicate_data(EditingPanel, CenterAlignMixIn, Pa
|
||||
row_label = row.row()
|
||||
row_label.label(text=type_name, icon=type_icon)
|
||||
|
||||
row_label.active = getattr(edit, prop)
|
||||
|
||||
|
||||
class USERPREF_PT_edit_cursor(EditingPanel, CenterAlignMixIn, Panel):
|
||||
bl_label = "3D Cursor"
|
||||
|
||||
Reference in New Issue
Block a user