diff --git a/source/blender/editors/interface/interface_icons.cc b/source/blender/editors/interface/interface_icons.cc index 430b8d4acdb..515030bc91c 100644 --- a/source/blender/editors/interface/interface_icons.cc +++ b/source/blender/editors/interface/interface_icons.cc @@ -2096,11 +2096,12 @@ int UI_icon_from_idcode(const int idcode) return ICON_WORKSPACE; case ID_GP: return ICON_OUTLINER_DATA_GREASEPENCIL; + case ID_KE: + return ICON_SHAPEKEY_DATA; /* No icons for these ID-types. */ case ID_LI: case ID_IP: - case ID_KE: case ID_SCR: case ID_WM: break;