diff options
author | Eugene Mutavchi <emutavchi@productengine.com> | 2010-02-01 18:25:58 +0200 |
---|---|---|
committer | Eugene Mutavchi <emutavchi@productengine.com> | 2010-02-01 18:25:58 +0200 |
commit | 7bcba326b32e1aca678edfb4495d1e2d4d44cb71 (patch) | |
tree | 29029705ec17e7778b6b11542f46d4d8b4fcdc2c /indra/llui/llfloater.h | |
parent | d5e97617c661dd3518ef1caa6903867ad044df8d (diff) |
Fixed major bug EXT-4798 (Voice notifications steal keyboard focus by default)
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui/llfloater.h')
-rw-r--r-- | indra/llui/llfloater.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llfloater.h b/indra/llui/llfloater.h index 8c9dacbd20..2166d8db8a 100644 --- a/indra/llui/llfloater.h +++ b/indra/llui/llfloater.h @@ -301,6 +301,7 @@ protected: const LLRect& getExpandedRect() const { return mExpandedRect; } void setAutoFocus(BOOL focus) { mAutoFocus = focus; } // whether to automatically take focus when opened + BOOL getAutoFocus() const { return mAutoFocus; } LLDragHandle* getDragHandle() const { return mDragHandle; } void destroy() { die(); } // Don't call this directly. You probably want to call closeFloater() |