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/scripts/startup/bl_ui/space_topbar.py')
-rw-r--r--release/scripts/startup/bl_ui/space_topbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_topbar.py b/release/scripts/startup/bl_ui/space_topbar.py
index fad1fafa523..79769f1597c 100644
--- a/release/scripts/startup/bl_ui/space_topbar.py
+++ b/release/scripts/startup/bl_ui/space_topbar.py
@@ -260,6 +260,7 @@ class TOPBAR_MT_file_new(Menu):
return sorted(app_templates)
+ @staticmethod
def draw_ex(layout, _context, *, use_splash=False, use_more=False):
layout.operator_context = 'EXEC_DEFAULT'
@@ -639,7 +640,6 @@ class TOPBAR_PT_gpencil_fill(Panel):
bl_region_type = 'HEADER'
bl_label = "Advanced"
- @staticmethod
def draw(self, context):
paint = context.tool_settings.gpencil_paint
brush = paint.brush