From cdd915e9e9646b9dcb83999712f48546fb830c1f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 26 Jun 2018 12:18:54 +0200 Subject: UI: status bar cursor keymap display Show mouse button actions in status bar, based on context, modifiers and active tool. See: T54861 --- source/blender/blenloader/intern/readfile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenloader') diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c index 9c5d59d2404..138cd868db0 100644 --- a/source/blender/blenloader/intern/readfile.c +++ b/source/blender/blenloader/intern/readfile.c @@ -6946,6 +6946,7 @@ static void direct_link_windowmanager(FileData *fd, wmWindowManager *wm) win->ghostwin = NULL; win->gwnctx = NULL; win->eventstate = NULL; + win->cursor_keymap_status = NULL; win->tweak = NULL; #ifdef WIN32 win->ime_data = NULL; -- cgit v1.2.3