From e20e4a7afd081384b4b9e8359de6b51312ba8192 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Tue, 20 Jan 2009 11:09:26 +0000 Subject: 2.5 - Previewrender code back, commented out a lot of bad cruft, nothing works or is linked even! - Added NC_GROUP notifier type, used in editgroup.c and listened to in 3dview and outliner --- source/blender/editors/space_outliner/space_outliner.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/editors/space_outliner') diff --git a/source/blender/editors/space_outliner/space_outliner.c b/source/blender/editors/space_outliner/space_outliner.c index 6311b698419..69f57d507b9 100644 --- a/source/blender/editors/space_outliner/space_outliner.c +++ b/source/blender/editors/space_outliner/space_outliner.c @@ -131,6 +131,10 @@ static void outliner_main_area_listener(ARegion *ar, wmNotifier *wmn) ED_region_tag_redraw(ar); break; } + case NC_GROUP: + /* all actions now, todo: check outliner view mode? */ + ED_region_tag_redraw(ar); + break; } } -- cgit v1.2.3