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:
authorMatt Ebb <matt@mke3.net>2009-04-29 08:43:17 +0400
committerMatt Ebb <matt@mke3.net>2009-04-29 08:43:17 +0400
commitd110049d3743930eb9ea66d8fc4e1ffaddfcdf38 (patch)
tree8d4baf3e54064c7f802d50a14e2321262d360d89 /source/blender/editors/space_buttons/space_buttons.c
parenta010139085aba2f14aab27da4181414a7551a9f8 (diff)
* First pass updating the default theme for the new UI controls and darker colours
Diffstat (limited to 'source/blender/editors/space_buttons/space_buttons.c')
-rw-r--r--source/blender/editors/space_buttons/space_buttons.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/blender/editors/space_buttons/space_buttons.c b/source/blender/editors/space_buttons/space_buttons.c
index 34b6859310d..3cbf060905a 100644
--- a/source/blender/editors/space_buttons/space_buttons.c
+++ b/source/blender/editors/space_buttons/space_buttons.c
@@ -241,6 +241,16 @@ static void buttons_area_listener(ARegion *ar, wmNotifier *wmn)
break;
}
break;
+ case NC_OBJECT:
+ switch(wmn->data) {
+ case ND_TRANSFORM:
+ case ND_BONE_ACTIVE:
+ case ND_BONE_SELECT:
+ case ND_GEOM_SELECT:
+ ED_region_tag_redraw(ar);
+ break;
+ }
+ break;
}
}