From c0637c83267540c5e91bd0afc3bea5c5b99a7f84 Mon Sep 17 00:00:00 2001 From: James Cook Date: Tue, 20 Oct 2009 22:59:38 +0000 Subject: Remove hard-coded black border around side tray, relates to EXT-1365 This leaves side tray contiguous with favorites bar, will be fixed by drop shadow from EXT-1742. Reviewed with Erica. --- indra/newview/llsidetray.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/indra/newview/llsidetray.cpp b/indra/newview/llsidetray.cpp index ff95f8adce..3e53c354d8 100644 --- a/indra/newview/llsidetray.cpp +++ b/indra/newview/llsidetray.cpp @@ -209,11 +209,6 @@ void LLSideTrayTab::reshape (S32 width, S32 height, BOOL called_from_parent ) void LLSideTrayTab::draw() { LLPanel::draw(); - - //border - gl_rect_2d(0,0,getRect().getWidth() - 1,getRect().getHeight() - 1,LLColor4::black,false); - - } void LLSideTrayTab::onOpen (const LLSD& key) -- cgit v1.2.3