From 17d862fdf2529a5b64a9a6909fe9eda22ab1057b Mon Sep 17 00:00:00 2001 From: Vadim ProductEngine Date: Fri, 3 Jun 2011 18:28:51 +0300 Subject: STORM-1253 WIP Fixed track colors in the day cycle editor. - Selected key now visually differs from others. - Disabled triangle becomes more transparent. --- indra/llui/llmultislider.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llui') diff --git a/indra/llui/llmultislider.cpp b/indra/llui/llmultislider.cpp index f744e9db41..9052bc7d1d 100644 --- a/indra/llui/llmultislider.cpp +++ b/indra/llui/llmultislider.cpp @@ -511,7 +511,7 @@ void LLMultiSlider::draw() mIt->second.mTop + extra_triangle_height, mIt->second.mLeft + mIt->second.getWidth() / 2, mIt->second.mBottom - extra_triangle_height, - mTriangleColor.get(), TRUE); + mTriangleColor.get() % opacity, TRUE); } } else if (!thumb_imagep) -- cgit v1.2.3