UI: Fix viewport selection icons
These icons are extremely order dependent and set dynamically in a
four-way option at:
`rna_object_type_visibility_icon_get_common`
Problem introduced on: 60cc73afe6, when I sorted the non-toggle icons
alphabetically.
Bug reported by Pablo Vazquez in real life.
This commit is contained in:
@@ -83,6 +83,10 @@ DEF_ICON(SNAP_OFF)
|
||||
DEF_ICON(SNAP_ON)
|
||||
DEF_ICON(UNLOCKED)
|
||||
DEF_ICON(LOCKED)
|
||||
DEF_ICON(VIS_SEL_11)
|
||||
DEF_ICON(VIS_SEL_10)
|
||||
DEF_ICON(VIS_SEL_01)
|
||||
DEF_ICON(VIS_SEL_00)
|
||||
|
||||
/* DIALOGS */
|
||||
DEF_ICON(CANCEL)
|
||||
@@ -685,10 +689,6 @@ DEF_ICON(UV_FACESEL)
|
||||
DEF_ICON(UV_ISLANDSEL)
|
||||
DEF_ICON(UV_SYNC_SELECT)
|
||||
DEF_ICON(UV_VERTEXSEL)
|
||||
DEF_ICON(VIS_SEL_00)
|
||||
DEF_ICON(VIS_SEL_01)
|
||||
DEF_ICON(VIS_SEL_10)
|
||||
DEF_ICON(VIS_SEL_11)
|
||||
|
||||
/* 3D VIEW */
|
||||
DEF_ICON(AXIS_FRONT)
|
||||
|
||||
Reference in New Issue
Block a user