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:54:51 +0300 |
commit | 5e40b5e64433b224be4dc220e4496dcd0a43f3f6 (patch) | |
tree | 9a9ebea77cac872fcb15fc96f4158342d0ad1c52 /indra/newview/llscrollingpanelparam.h | |
parent | 5a36f17f2588579160248ff71af08443ae0349bf (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 dc344486fc..c7a47d5c7a 100644 --- a/indra/newview/llscrollingpanelparam.h +++ b/indra/newview/llscrollingpanelparam.h @@ -61,6 +61,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; |