From a0d40c6a8c42c774d9286b5de0d80167c1d55fde Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Mon, 29 Oct 2018 22:55:54 +0100 Subject: UI: Move Properties editor context path into header This will probably be a temporary solution to fill empty space, for until we have a search button there. Hence, I made this optional using a compile flag. --- source/blender/editors/space_buttons/buttons_intern.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/editors/space_buttons/buttons_intern.h') diff --git a/source/blender/editors/space_buttons/buttons_intern.h b/source/blender/editors/space_buttons/buttons_intern.h index aab7b39484d..65bcf7ef1c8 100644 --- a/source/blender/editors/space_buttons/buttons_intern.h +++ b/source/blender/editors/space_buttons/buttons_intern.h @@ -45,6 +45,9 @@ struct bNodeTree; struct uiLayout; struct wmOperatorType; +/* Display the context path in the header instead of the main window */ +#define USE_HEADER_CONTEXT_PATH + /* context data */ typedef struct ButsContextPath { -- cgit v1.2.3