Fix T65145: Draw curve draw tool settings in column
This commit is contained in:
@@ -810,7 +810,7 @@ class _defs_edit_curve:
|
||||
tool_settings = context.tool_settings
|
||||
cps = tool_settings.curve_paint_settings
|
||||
|
||||
col = layout.row()
|
||||
col = layout.column()
|
||||
|
||||
col.prop(cps, "curve_type")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user