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:
authorPhilipp Oeser <info@graphics-engineer.com>2019-09-05 10:57:36 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2019-09-05 11:14:28 +0300
commitab158cd00aa62979acddf257ebd63a8be83e3b4f (patch)
tree49a003db1babc0843a3a9d0a00b056ac9aa2a955 /source/blender/editors/space_buttons
parent05721cd00ad164822e270500237fc9457d969812 (diff)
Fix T69522: Render Region not refreshing Output Properties
setting/clearing render region uses ND_RENDER_OPTIONS notifier, but listener was only refreshing RENDER and VIEWLAYER tabs in that case, whereas the render region buttons are located in OUTPUT tab. Reviewers: billreynish Maniphest Tasks: T69522 Differential Revision: https://developer.blender.org/D5685
Diffstat (limited to 'source/blender/editors/space_buttons')
-rw-r--r--source/blender/editors/space_buttons/space_buttons.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_buttons/space_buttons.c b/source/blender/editors/space_buttons/space_buttons.c
index 23c224f5ae0..b26c3113fbd 100644
--- a/source/blender/editors/space_buttons/space_buttons.c
+++ b/source/blender/editors/space_buttons/space_buttons.c
@@ -364,6 +364,7 @@ static void buttons_area_listener(wmWindow *UNUSED(win),
switch (wmn->data) {
case ND_RENDER_OPTIONS:
buttons_area_redraw(sa, BCONTEXT_RENDER);
+ buttons_area_redraw(sa, BCONTEXT_OUTPUT);
buttons_area_redraw(sa, BCONTEXT_VIEW_LAYER);
break;
case ND_WORLD: