From 2fe216b7068273716a758a65055949b5d8835c06 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Wed, 10 Feb 2010 17:38:58 +0000 Subject: Fix for [#21082] UI not updated immediately for Graphical cursor and change object's name --- source/blender/editors/space_info/space_info.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/editors/space_info/space_info.c') diff --git a/source/blender/editors/space_info/space_info.c b/source/blender/editors/space_info/space_info.c index 9f7a74465e0..70c8d242f5f 100644 --- a/source/blender/editors/space_info/space_info.c +++ b/source/blender/editors/space_info/space_info.c @@ -175,6 +175,9 @@ static void info_header_listener(ARegion *ar, wmNotifier *wmn) if(wmn->data == ND_SPACE_INFO) ED_region_tag_redraw(ar); break; + case NC_ID: + if(wmn->action == NA_RENAME) + ED_region_tag_redraw(ar); } } -- cgit v1.2.3