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:39:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-29 00:40:51 +0300
commit46dceefc353ab8c84731c9f8f09a34733e004d1b (patch)
tree1f71886d323ead19c9a694b383d53b3d7819abc7 /source/blender/editors/space_info
parentaa6247a385663fbe5c6a947d7b265aaca64f3e14 (diff)
WM: Remove Screen Cast
This feature is better handled by specialized tools.
Diffstat (limited to 'source/blender/editors/space_info')
-rw-r--r--source/blender/editors/space_info/space_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_info/space_info.c b/source/blender/editors/space_info/space_info.c
index 92b1be066b0..9ffa73af52b 100644
--- a/source/blender/editors/space_info/space_info.c
+++ b/source/blender/editors/space_info/space_info.c
@@ -256,7 +256,7 @@ static void info_header_listener(bScreen *UNUSED(sc), ScrArea *UNUSED(sa), ARegi
/* context changes */
switch (wmn->category) {
case NC_SCREEN:
- if (ELEM(wmn->data, ND_SCREENCAST, ND_ANIMPLAY))
+ if (ELEM(wmn->data, ND_ANIMPLAY))
ED_region_tag_redraw(ar);
break;
case NC_WM: