diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-01 16:05:01 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-01 16:05:01 +0300 |
| commit | d2d257cfa99b685160e16ed93c163018e9fe3c50 (patch) | |
| tree | db814bd8388ce04819c0f70a3e1d3ccef87dfe02 /indra/newview/lltexturectrl.h | |
| parent | 116bd660b65cfad64c6f9635db165cff5b3eda36 (diff) | |
SL-17653 Fix combo not being visible when needed
Diffstat (limited to 'indra/newview/lltexturectrl.h')
| -rw-r--r-- | indra/newview/lltexturectrl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lltexturectrl.h b/indra/newview/lltexturectrl.h index fb409af42b..9cb86a2e74 100644 --- a/indra/newview/lltexturectrl.h +++ b/indra/newview/lltexturectrl.h @@ -78,6 +78,8 @@ public: TEXTURE_CANCEL } ETexturePickOp; + // Should match the entries in floater_texture_ctrl.xml + // for the textures_material_combo combo box typedef enum e_pick_inventory_type { PICK_TEXTURE_MATERIAL = 0, |
