From 4e6f5fabd4094ed16e1271c7d48251bdbd07143e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 29 Oct 2018 20:20:16 +1100 Subject: Fix topbar UI being lost on undo w/ mode change --- source/blender/windowmanager/WM_toolsystem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/windowmanager/WM_toolsystem.h') diff --git a/source/blender/windowmanager/WM_toolsystem.h b/source/blender/windowmanager/WM_toolsystem.h index fd61e5c9699..9d9278668a9 100644 --- a/source/blender/windowmanager/WM_toolsystem.h +++ b/source/blender/windowmanager/WM_toolsystem.h @@ -106,6 +106,8 @@ void WM_toolsystem_ref_properties_ensure_ex( void WM_toolsystem_ref_properties_init_for_keymap( struct bToolRef *tref, struct PointerRNA *dst_ptr, struct PointerRNA *src_ptr, struct wmOperatorType *ot); +void WM_toolsystem_refresh_active(struct bContext *C); + void WM_toolsystem_refresh_screen_area(struct WorkSpace *workspace, struct ViewLayer *view_layer, struct ScrArea *sa); void WM_toolsystem_refresh_screen_all(struct Main *bmain); -- cgit v1.2.3