UI: add icon for drawing space key

Drawing was already added, only the icon was missing.
This commit is contained in:
Campbell Barton 2019-10-29 04:22:40 +11:00
parent c050247edc
commit 43a8fdb6ad
2 changed files with 2 additions and 0 deletions

View File

@ -1027,6 +1027,7 @@ DEF_ICON_COLOR(EVENT_TAB)
DEF_ICON_COLOR(EVENT_PAGEUP)
DEF_ICON_COLOR(EVENT_PAGEDOWN)
DEF_ICON_COLOR(EVENT_RETURN)
DEF_ICON_COLOR(EVENT_SPACEKEY)
/* add as needed. */
/* Undefine all types. */

View File

@ -694,6 +694,7 @@ static void init_event_icons(void)
INIT_EVENT_ICON(ICON_EVENT_PAGEUP, PAGEUPKEY, KM_ANY);
INIT_EVENT_ICON(ICON_EVENT_PAGEDOWN, PAGEDOWNKEY, KM_ANY);
INIT_EVENT_ICON(ICON_EVENT_RETURN, RETKEY, KM_ANY);
INIT_EVENT_ICON(ICON_EVENT_SPACEKEY, SPACEKEY, KM_ANY);
g_di_event_list = di_next;