Skip to content
Snippets Groups Projects
Commit b10122ff authored by James Cook's avatar James Cook
Browse files

EXT-1475 No scroll bar in IM window, About dialog, etc. LLTextBase was hiding...

EXT-1475 No scroll bar in IM window, About dialog, etc.  LLTextBase was hiding scroll bars by default.  Reviewed with Richard.
parent ed56c1ca
No related branches found
No related tags found
No related merge requests found
...@@ -210,8 +210,6 @@ LLTextBase::LLTextBase(const LLTextBase::Params &p) ...@@ -210,8 +210,6 @@ LLTextBase::LLTextBase(const LLTextBase::Params &p)
scroll_params.mouse_opaque = false; scroll_params.mouse_opaque = false;
scroll_params.min_auto_scroll_rate = 200; scroll_params.min_auto_scroll_rate = 200;
scroll_params.max_auto_scroll_rate = 800; 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; scroll_params.border_visible = p.border_visible;
mScroller = LLUICtrlFactory::create<LLScrollContainer>(scroll_params); mScroller = LLUICtrlFactory::create<LLScrollContainer>(scroll_params);
addChild(mScroller); addChild(mScroller);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment