summaryrefslogtreecommitdiff
path: root/indra/llui/lltextbase.h
diff options
context:
space:
mode:
authorDmitry Zaporozhan <dzaporozhan@productengine.com>2010-02-02 14:25:31 +0200
committerDmitry Zaporozhan <dzaporozhan@productengine.com>2010-02-02 14:25:31 +0200
commit38315a063d83bf4dbf90569dbe37a344d91349a7 (patch)
tree25eb74272dd682706667118d4aee8aecff24cc87 /indra/llui/lltextbase.h
parentc679ae3546ffe0f29330a2969460fa37807e23b6 (diff)
Fixed normal bug EXT-4740 - Object inspector hides however context menu present
--HG-- branch : product-engine
Diffstat (limited to 'indra/llui/lltextbase.h')
-rw-r--r--indra/llui/lltextbase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltextbase.h b/indra/llui/lltextbase.h
index b5c7fab67a..ed2f239476 100644
--- a/indra/llui/lltextbase.h
+++ b/indra/llui/lltextbase.h
@@ -122,6 +122,7 @@ public:
/*virtual*/ BOOL acceptsTextInput() const { return !mReadOnly; }
/*virtual*/ void setColor( const LLColor4& c );
virtual void setReadOnlyColor(const LLColor4 &c);
+ virtual void handleVisibilityChange( BOOL new_visibility );
/*virtual*/ void setValue(const LLSD& value );
/*virtual*/ LLTextViewModel* getViewModel() const;