From 60d733c5631666201393d950131581d22c4832ab Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 19 Apr 2019 12:42:09 +0200 Subject: Fix/workaround crash using ED_area_do_msg_notify_tag_redraw Temporary workaround for crash when refreshing the active tool. Currently ED_region_tag_redraw fails, use notifiers until this is resolved. --- source/blender/editors/include/ED_screen.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/ED_screen.h b/source/blender/editors/include/ED_screen.h index b4349ff6cc7..5d9c493737c 100644 --- a/source/blender/editors/include/ED_screen.h +++ b/source/blender/editors/include/ED_screen.h @@ -131,9 +131,6 @@ bool ED_region_snap_size_apply(struct ARegion *ar, int snap_flag); void ED_region_do_msg_notify_tag_redraw(struct bContext *C, struct wmMsgSubscribeKey *msg_key, struct wmMsgSubscribeValue *msg_val); -void ED_area_do_msg_notify_tag_redraw(struct bContext *C, - struct wmMsgSubscribeKey *msg_key, - struct wmMsgSubscribeValue *msg_val); void ED_area_do_msg_notify_tag_refresh(struct bContext *C, struct wmMsgSubscribeKey *msg_key, struct wmMsgSubscribeValue *msg_val); -- cgit v1.2.3