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:
Diffstat (limited to 'release/ui/space_buttons.py')
-rw-r--r--release/ui/space_buttons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/ui/space_buttons.py b/release/ui/space_buttons.py
index a669690b8bc..cae9a813433 100644
--- a/release/ui/space_buttons.py
+++ b/release/ui/space_buttons.py
@@ -11,7 +11,7 @@ class Buttons_HT_header(bpy.types.Header):
so = context.space_data
scene = context.scene
- layout.template_header(context)
+ layout.template_header()
if context.area.show_menus:
row = layout.row(align=True)