Fix T64650: missing topbar update when changing brush in sculpt mode

This commit is contained in:
Brecht Van Lommel
2019-05-15 15:20:57 +02:00
parent 630b08c960
commit 2497ee31ec

View File

@@ -1131,6 +1131,9 @@ static void view3d_header_region_listener(wmWindow *UNUSED(win),
ED_region_tag_redraw(ar);
}
break;
case NC_BRUSH:
ED_region_tag_redraw(ar);
break;
}
/* From topbar, which ones are needed? split per header? */