diff options
author | Rye Mutt <rye@alchemyviewer.org> | 2024-07-23 21:38:43 -0400 |
---|---|---|
committer | Rye Mutt <rye@alchemyviewer.org> | 2024-07-25 08:45:52 -0400 |
commit | 5a3a6c6914b9c7a3b8e9f51075035326329d947d (patch) | |
tree | 086a6c7b2496f1529e5d6d0357d3f0dc21823bc3 /indra/llui/llscrollbar.h | |
parent | 39a8bba844a6fadf0f528a141c0136a1ae45af42 (diff) |
Fix excessive getChild calls from LLScrollBar reshape
Diffstat (limited to 'indra/llui/llscrollbar.h')
-rw-r--r-- | indra/llui/llscrollbar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/llscrollbar.h b/indra/llui/llscrollbar.h index 7b935aa51b..9607355a9d 100644 --- a/indra/llui/llscrollbar.h +++ b/indra/llui/llscrollbar.h @@ -161,6 +161,9 @@ private: LLUIImagePtr mTrackImageH; S32 mThickness; + + LLButton* mLineUpBtn = nullptr; + LLButton* mLineDownBtn = nullptr; }; |