From b10122ffdc5b5a373616b3555549410f3ecec4b9 Mon Sep 17 00:00:00 2001
From: James Cook <james@lindenlab.com>
Date: Wed, 14 Oct 2009 17:24:27 +0000
Subject: [PATCH] EXT-1475 No scroll bar in IM window, About dialog, etc. 
 LLTextBase was hiding scroll bars by default.  Reviewed with Richard.

---
 indra/llui/lltextbase.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp
index e85bee77756..97a2c70fe85 100644
--- a/indra/llui/lltextbase.cpp
+++ b/indra/llui/lltextbase.cpp
@@ -210,8 +210,6 @@ LLTextBase::LLTextBase(const LLTextBase::Params &p)
 		scroll_params.mouse_opaque = false;
 		scroll_params.min_auto_scroll_rate = 200;
 		scroll_params.max_auto_scroll_rate = 800;
-		// all text widgets only show scrollbar on demand
-		scroll_params.hide_scrollbar = true;
 		scroll_params.border_visible = p.border_visible;
 		mScroller = LLUICtrlFactory::create<LLScrollContainer>(scroll_params);
 		addChild(mScroller);
-- 
GitLab