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:
authorTon Roosendaal <ton@blender.org>2008-12-15 22:41:46 +0300
committerTon Roosendaal <ton@blender.org>2008-12-15 22:41:46 +0300
commit89101d51bc7fb3931de29248d57bffb2530d58d2 (patch)
tree79346ae2f4e2e510ecad79d60751ab3612048d3c /source/blender/editors/screen
parent98d710bd16c7aa3885c0d699594098c9b8f47ab4 (diff)
2.5
Undo last commit to save screen redraws on are switching, seems some initialize is missing.
Diffstat (limited to 'source/blender/editors/screen')
-rw-r--r--source/blender/editors/screen/area.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c
index 1e8eb92aa30..dfa6e1095f5 100644
--- a/source/blender/editors/screen/area.c
+++ b/source/blender/editors/screen/area.c
@@ -589,7 +589,7 @@ static char *windowtype_pup(void)
static void spacefunc(struct bContext *C, void *arg1, void *arg2)
{
newspace(C, C->area, C->area->butspacetype);
- WM_event_add_notifier(C, WM_NOTE_AREA_REDRAW, 0, NULL);
+ WM_event_add_notifier(C, WM_NOTE_SCREEN_CHANGED, 0, NULL);
}
/* returns offset for next button in header */