From b7967793978ff8a9cf23086c4761dc8f53ef6436 Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Mon, 15 Dec 2025 13:48:57 -0800 Subject: Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- indra/newview/lltoastscriptquestion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/lltoastscriptquestion.cpp') diff --git a/indra/newview/lltoastscriptquestion.cpp b/indra/newview/lltoastscriptquestion.cpp index 5d99efe6a4..3c2e1e45a3 100644 --- a/indra/newview/lltoastscriptquestion.cpp +++ b/indra/newview/lltoastscriptquestion.cpp @@ -97,7 +97,7 @@ void LLToastScriptQuestion::snapToMessageHeight() S32 required_text_height = new_message_height + new_footer_height + FOOTER_PADDING; S32 new_text_height = llmin(required_text_height, max_text_height); - // Footer was invisibe, so use old_message_height for old height + // Footer was invisible, so use old_message_height for old height height_delta = new_text_height - old_message_height; reshape( getRect().getWidth(), llmax(getRect().getHeight() + height_delta, MIN_PANEL_HEIGHT)); -- cgit v1.3