[Bf-blender-cvs] [4d896676638] master: Fix sequencer Metadata panel sidebar panel to show at the bottom, not the top

Brecht Van Lommel noreply at git.blender.org
Thu Sep 26 16:07:45 CEST 2019


Commit: 4d89667663869b2140e9f3e74172b5c83a30a6db
Author: Brecht Van Lommel
Date:   Thu Sep 26 16:05:51 2019 +0200
Branches: master
https://developer.blender.org/rB4d89667663869b2140e9f3e74172b5c83a30a6db

Fix sequencer Metadata panel sidebar panel to show at the bottom, not the top

===================================================================

M	source/blender/editors/space_sequencer/sequencer_buttons.c

===================================================================

diff --git a/source/blender/editors/space_sequencer/sequencer_buttons.c b/source/blender/editors/space_sequencer/sequencer_buttons.c
index 6740c2baad2..7bec913900d 100644
--- a/source/blender/editors/space_sequencer/sequencer_buttons.c
+++ b/source/blender/editors/space_sequencer/sequencer_buttons.c
@@ -117,5 +117,6 @@ void sequencer_buttons_register(ARegionType *art)
   pt->poll = metadata_panel_context_poll;
   pt->draw = metadata_panel_context_draw;
   pt->flag |= PNL_DEFAULT_CLOSED;
+  pt->order = 10;
   BLI_addtail(&art->paneltypes, pt);
 }



More information about the Bf-blender-cvs mailing list