From f35ef57c8c4f218548926b49dbc950b056d8de4e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 28 Jun 2019 18:47:47 +1000 Subject: Revert "Fix invalid area tool being set from message passing" This reverts commit 9ec8887599b1c14dac47cca1a073fa50b333d5ee. Causes assert when selection changes modes. --- source/blender/windowmanager/WM_toolsystem.h | 4 ++++ 1 file changed, 4 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 4d4cb95ec1c..5afa0a88560 100644 --- a/source/blender/windowmanager/WM_toolsystem.h +++ b/source/blender/windowmanager/WM_toolsystem.h @@ -99,6 +99,10 @@ void WM_toolsystem_update_from_context(struct bContext *C, bool WM_toolsystem_active_tool_is_brush(const struct bContext *C); +void WM_toolsystem_do_msg_notify_tag_refresh(struct bContext *C, + struct wmMsgSubscribeKey *msg_key, + struct wmMsgSubscribeValue *msg_val); + struct IDProperty *WM_toolsystem_ref_properties_ensure_idprops(struct bToolRef *tref); void WM_toolsystem_ref_properties_ensure_ex(struct bToolRef *tref, const char *idname, -- cgit v1.2.3