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:
authorThomas Dinges <blender@dingto.org>2010-08-23 10:56:08 +0400
committerThomas Dinges <blender@dingto.org>2010-08-23 10:56:08 +0400
commit8d1ea3a09bbe79ba4f201d40b7e4d00137ddf285 (patch)
tree16143ba8d07268c198f1a27c004d87b744f1c069 /source/blender/editors/space_buttons/space_buttons.c
parent69067cc2d57c089e9bf8ef3260cc65ce7105a5c8 (diff)
* Code tweak for my last commit, missed some break's.
Thanks to Dalai for pointing this out!
Diffstat (limited to 'source/blender/editors/space_buttons/space_buttons.c')
-rw-r--r--source/blender/editors/space_buttons/space_buttons.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_buttons/space_buttons.c b/source/blender/editors/space_buttons/space_buttons.c
index 9d34b827ff9..0b6e752574b 100644
--- a/source/blender/editors/space_buttons/space_buttons.c
+++ b/source/blender/editors/space_buttons/space_buttons.c
@@ -350,10 +350,12 @@ static void buttons_area_listener(ScrArea *sa, wmNotifier *wmn)
ED_area_tag_redraw(sa);
break;
}
+ break;
/* Listener for preview render, when doing an global undo. */
case NC_WINDOW:
ED_area_tag_redraw(sa);
sbuts->preview= 1;
+ break;
}
if(wmn->data == ND_KEYS)