Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-03-27 15:59:18 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-03-27 15:59:54 +0300
commitb4d19c2ec116b481336f94afc0f7a0dfe90d4ec4 (patch)
tree388f22c38dce565dc2646a923d6123d3063f667b /release/scripts
parentdb4a5222495a95e50250b1a27a32f16487d1bcb8 (diff)
Fix T62978: grease pencil 3D view header layout broken after recent changes.
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index dfc81d476ce..f8bde3f8297 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -234,7 +234,7 @@ class VIEW3D_HT_header(Header):
)
if object_mode in {'PAINT_GPENCIL', 'SCULPT_GPENCIL'}:
- row.prop_with_popover(
+ layout.prop_with_popover(
tool_settings.gpencil_sculpt,
"lock_axis",
text="",