From 4d89667663869b2140e9f3e74172b5c83a30a6db Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 26 Sep 2019 16:05:51 +0200 Subject: Fix sequencer Metadata panel sidebar panel to show at the bottom, not the top --- source/blender/editors/space_sequencer/sequencer_buttons.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_sequencer') 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); } -- cgit v1.2.3