Fix T65145: Draw curve draw tool settings in column

This commit is contained in:
Jacques Lucke 2019-05-27 16:55:43 +02:00
parent 635510bc6b
commit 29a29699f7
Notes: blender-bot 2023-02-14 02:25:39 +01:00
Referenced by issue #65145, didn't show Correctly workspace settings in edit curve
1 changed files with 1 additions and 1 deletions

View File

@ -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")