diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-04-15 18:39:23 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-04-19 00:50:27 +0300 |
commit | a0c52be0793c353d1aec7fb1e7ad0a885a61a62b (patch) | |
tree | e7de4a7d8d5ebc99929f7ff2f50a6d9d15ff2007 /indra/newview/llscrollingpanelparam.h | |
parent | 73324129820075c9db2db5a0108a7d1c1403f459 (diff) |
Revert "SL-20140 Setting shape hand size to 36 won't save"
This reverts commit 810a3d24c2e3671f926091c062b101bdec6a1517. (secondlife/jira-archive-internal#70482)
Diffstat (limited to 'indra/newview/llscrollingpanelparam.h')
-rw-r--r-- | indra/newview/llscrollingpanelparam.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llscrollingpanelparam.h b/indra/newview/llscrollingpanelparam.h index fd8ef75cdd..1ebf89f483 100644 --- a/indra/newview/llscrollingpanelparam.h +++ b/indra/newview/llscrollingpanelparam.h @@ -63,6 +63,9 @@ public: void onHintMouseDown( LLVisualParamHint* hint ); void onHintHeldDown( LLVisualParamHint* hint ); + F32 weightToPercent( F32 weight ); + F32 percentToWeight( F32 percent ); + public: // Constants for LLPanelVisualParam const static F32 PARAM_STEP_TIME_THRESHOLD; |