summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelface.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2017-01-30 20:02:59 +0200
committerandreykproductengine <akleshchev@productengine.com>2017-01-30 20:02:59 +0200
commitbd3815699cf107cd79a7d0db0d8298b356652add (patch)
treee551c0990866aed6984be381dddc600b0b457a73 /indra/newview/llpanelface.h
parentac784d669b5dbd617850854d89b31e0d82738413 (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.h3
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