From 0ab59c057fe4345629fa0dbcbeaf8bee9cafc18c Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine Date: Tue, 17 Mar 2026 20:47:20 +0200 Subject: #5462 update button and menu colors --- indra/llui/lllayoutstack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llui/lllayoutstack.cpp') diff --git a/indra/llui/lllayoutstack.cpp b/indra/llui/lllayoutstack.cpp index a55e58f4bb..1dc80671cc 100644 --- a/indra/llui/lllayoutstack.cpp +++ b/indra/llui/lllayoutstack.cpp @@ -119,7 +119,7 @@ S32 LLLayoutPanel::getTargetDim() const void LLLayoutPanel::setTargetDim(S32 value) { value = llmin(value, mMaxDim); - + LLRect new_rect(getRect()); if (mOrientation == LLLayoutStack::HORIZONTAL) { -- cgit v1.3