From ed56c1ca37dd2e09990bb9757e43d110ea71e974 Mon Sep 17 00:00:00 2001
From: James Cook <james@lindenlab.com>
Date: Wed, 14 Oct 2009 16:50:10 +0000
Subject: [PATCH] Added comment to clarify EXT-1488 resolution,
 LLUICtrl::clear() only clears user-input data.

---
 indra/llui/lluictrl.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/indra/llui/lluictrl.h b/indra/llui/lluictrl.h
index 69207eb8ea5..1d34cb39ec6 100644
--- a/indra/llui/lluictrl.h
+++ b/indra/llui/lluictrl.h
@@ -228,7 +228,11 @@ class LLUICtrl
 	
 	// 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);
-- 
GitLab