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:
authorCampbell Barton <ideasman42@gmail.com>2018-06-29 00:57:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-29 00:57:00 +0300
commit4d39da1060105210a665e083b8d035f18b989a9f (patch)
treea70a598caf927a7c1131fb88d504a61b20f02335 /source/blender/editors/space_statusbar
parent4d1c5f1ec51e7978c76271730d479e0aef15c63a (diff)
parent46dceefc353ab8c84731c9f8f09a34733e004d1b (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/editors/space_statusbar')
-rw-r--r--source/blender/editors/space_statusbar/space_statusbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_statusbar/space_statusbar.c b/source/blender/editors/space_statusbar/space_statusbar.c
index a66b36c2580..5ff32b98f90 100644
--- a/source/blender/editors/space_statusbar/space_statusbar.c
+++ b/source/blender/editors/space_statusbar/space_statusbar.c
@@ -115,7 +115,7 @@ static void statusbar_header_region_listener(
/* context changes */
switch (wmn->category) {
case NC_SCREEN:
- if (ELEM(wmn->data, ND_LAYER, ND_SCREENCAST, ND_ANIMPLAY)) {
+ if (ELEM(wmn->data, ND_LAYER, ND_ANIMPLAY)) {
ED_region_tag_redraw(ar);
}
break;