diff options
author | richard <none@none> | 2009-10-30 17:46:01 -0700 |
---|---|---|
committer | richard <none@none> | 2009-10-30 17:46:01 -0700 |
commit | b82bda605d85fe9b1ad69ce36a36de18a2924924 (patch) | |
tree | 813faac1cc247553f5cb32325840fb0b7e87e3da /indra/llui/llui.cpp | |
parent | fd1e10a4ca7e32a7f1cfe29637dd994c69625e84 (diff) |
EXT-2018 PRofile "Real World" descripton scrolls before showing "More" link
EXT-2011 titles of IM sessions aren't aligned to center
EXT-3025 Pick's description overlaps picks name
also moved tool tip param default to tool_tip.xml
also made default param<const LLFontGL*> be SansSerif
reviewed by Leyla
Diffstat (limited to 'indra/llui/llui.cpp')
-rw-r--r-- | indra/llui/llui.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llui/llui.cpp b/indra/llui/llui.cpp index 48504a1e54..a82e6eb372 100644 --- a/indra/llui/llui.cpp +++ b/indra/llui/llui.cpp @@ -1953,11 +1953,6 @@ namespace LLInitParam } } - if (mData.mValue == NULL) - { - mData.mValue = LLFontGL::getFontDefault(); - } - // default to current value return mData.mValue; } |