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:
authorPablo Vazquez <venomgfx@gmail.com>2018-07-02 16:53:46 +0300
committerPablo Vazquez <venomgfx@gmail.com>2018-07-02 16:53:56 +0300
commit5fd2ea58a6d521ff5dc8875c9f2e159f8238ec85 (patch)
treed7fca375399f770e29ee5eb070315b177136bc14 /release/scripts/startup/bl_ui/space_nla.py
parent41a722579460ad9d1f1bdd60abb9f366ff25993c (diff)
UI: Header consistency
Snap before proportional editing, pivot after
Diffstat (limited to 'release/scripts/startup/bl_ui/space_nla.py')
-rw-r--r--release/scripts/startup/bl_ui/space_nla.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/space_nla.py b/release/scripts/startup/bl_ui/space_nla.py
index d85f7711c1a..304fc799fea 100644
--- a/release/scripts/startup/bl_ui/space_nla.py
+++ b/release/scripts/startup/bl_ui/space_nla.py
@@ -43,8 +43,6 @@ class NLA_HT_header(Header):
dopesheet_filter(layout, context)
- layout.prop(st, "auto_snap", text="")
-
layout.popover(
space_type='NLA_EDITOR',
region_type='HEADER',
@@ -53,6 +51,8 @@ class NLA_HT_header(Header):
icon='FILTER',
)
+ layout.prop(st, "auto_snap", text="")
+
class NLA_PT_filters(DopesheetFilterPopoverBase, Panel):
bl_space_type = 'NLA_EDITOR'