diff options
author | andreykproductengine <akleshchev@productengine.com> | 2017-01-30 20:02:59 +0200 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2017-01-30 20:02:59 +0200 |
commit | bd3815699cf107cd79a7d0db0d8298b356652add (patch) | |
tree | e551c0990866aed6984be381dddc600b0b457a73 /indra/newview/llpanelface.h | |
parent | ac784d669b5dbd617850854d89b31e0d82738413 (diff) |
MAINT-3216 Fixed "Vertical scale" does not change "Repeats per meter" on "Tab"
Diffstat (limited to 'indra/newview/llpanelface.h')
-rw-r--r-- | indra/newview/llpanelface.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanelface.h b/indra/newview/llpanelface.h index 9823e84cd9..078995e787 100644 --- a/indra/newview/llpanelface.h +++ b/indra/newview/llpanelface.h @@ -152,7 +152,8 @@ protected: // Make UI reflect state of currently selected material (refresh) // and UI mode (e.g. editing normal map v diffuse map) // - void updateUI(); + // @param force_set_values forces spinners to set value even if they are focused + void updateUI(bool force_set_values = false); // Convenience func to determine if all faces in selection have // identical planar texgen settings during edits |