diff options
author | richard <none@none> | 2009-10-26 14:25:45 -0700 |
---|---|---|
committer | richard <none@none> | 2009-10-26 14:25:45 -0700 |
commit | 977dd845346cae05eab2249945f083df47552c8f (patch) | |
tree | 2702cd5ea55ddb8a5492a88869ffdecadec5655e /indra/llui/lltextbase.h | |
parent | f31b0baff45fa32fb26ec96eb1a34f7debd7ef3e (diff) |
tweaked clipping rect for scroll containers to not overlap vertical scrollbar
fixed reflow logic when resizing text editors that contain widgets (would make text appear and disappear)
reviewed by James
Diffstat (limited to 'indra/llui/lltextbase.h')
-rw-r--r-- | indra/llui/lltextbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltextbase.h b/indra/llui/lltextbase.h index f0b8878491..d0787f001e 100644 --- a/indra/llui/lltextbase.h +++ b/indra/llui/lltextbase.h @@ -294,7 +294,7 @@ protected: void endSelection(); // misc - void updateTextRect(); + void updateRects(); void needsReflow() { mReflowNeeded = TRUE; } void needsScroll() { mScrollNeeded = TRUE; } void replaceUrlLabel(const std::string &url, const std::string &label); |