diff options
author | James Cook <james@lindenlab.com> | 2009-10-14 16:50:10 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-10-14 16:50:10 +0000 |
commit | ed56c1ca37dd2e09990bb9757e43d110ea71e974 (patch) | |
tree | ab6983b097442693368b6d9d5e174c90bee7b534 /indra/llui | |
parent | 2ec176c0d4ae53e1d8d3fa0c17f9f10da53c449b (diff) |
Added comment to clarify EXT-1488 resolution, LLUICtrl::clear() only clears user-input data.
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/lluictrl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llui/lluictrl.h b/indra/llui/lluictrl.h index 69207eb8ea..1d34cb39ec 100644 --- a/indra/llui/lluictrl.h +++ b/indra/llui/lluictrl.h @@ -228,7 +228,11 @@ public: // Default to no-op: virtual void onTabInto(); + + // Clear any user-provided input (text in a text editor, checked checkbox, + // selected radio button, etc.). Defaults to no-op. virtual void clear(); + virtual void setColor(const LLColor4& color); BOOL focusNextItem(BOOL text_entry_only); |