diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2023-05-19 17:38:06 -0400 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2023-05-19 17:38:06 -0400 |
| commit | 041005f2860808bb807483775635abcd8c54fecf (patch) | |
| tree | 57cce285218550dd2c0378ac8bf0c1c1d856701e /indra/llui/llbutton.cpp | |
| parent | 1be9d68468e51be7de5b632f0276dc6708e75dc6 (diff) | |
| parent | b61ea595b5f2cac0f108b05526f0a371f512bfd4 (diff) | |
SL-18330: Merge branch 'xcode-14.3' into fix-monterey
Diffstat (limited to 'indra/llui/llbutton.cpp')
| -rw-r--r-- | indra/llui/llbutton.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llui/llbutton.cpp b/indra/llui/llbutton.cpp index 8028f397f3..3354cb2db3 100644 --- a/indra/llui/llbutton.cpp +++ b/indra/llui/llbutton.cpp @@ -942,11 +942,8 @@ void LLButton::draw() break; } - S32 y_offset = 2 + (getRect().getHeight() - 20)/2; - if (pressed && mDisplayPressedState) { - y_offset--; x++; } |
