From bcd18a01d83c6b574c169dd0d5419aac89c6114e Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Thu, 12 Jun 2014 07:26:04 -0400 Subject: [PATCH] [Preferences Refactor] In vanity->tags, remove color swatch disable logic since it doesn't make much sense anymore and isn't refreshing soon enough. --- indra/newview/ascentprefsvan.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/indra/newview/ascentprefsvan.cpp b/indra/newview/ascentprefsvan.cpp index 84a60ddeb..c9f2b937c 100644 --- a/indra/newview/ascentprefsvan.cpp +++ b/indra/newview/ascentprefsvan.cpp @@ -174,10 +174,6 @@ void LLPrefsAscentVan::refresh() combo->setCurrentByIndex(mSelectedClient); childSetEnabled("friends_color_textbox", mUseStatusColors); - childSetEnabled("friend_color_swatch", mUseStatusColors || mColorFriendChat); - childSetEnabled("estate_owner_color_swatch", mUseStatusColors || mColorEOChat); - childSetEnabled("linden_color_swatch", mUseStatusColors || mColorLindenChat); - childSetEnabled("muted_color_swatch", mUseStatusColors || mColorMutedChat); childSetEnabled("custom_tag_label_text", mCustomTagOn); childSetEnabled("custom_tag_label_box", mCustomTagOn);