diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-09-16 19:09:37 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-09-16 19:09:37 +0300 |
commit | 8b7f4d4ea38175ad1ee6cd0fe7d478d1802876c1 (patch) | |
tree | bde876ea79e691ff25680d45b446df47a2da3302 /indra/newview/llinventorypanel.h | |
parent | 2fba01d160716b886a7dfc0c86abda767a25d23f (diff) |
STORM-1600 FIXED Folder view stole "Delete" key presses from the line editor when renaming a newly created inventory item.
Reason:
LLFocusMgr::setKeyboardFocus() which is called from LLLineEditor::setFocus()
makes the folder view the edit menu handler, thus it receives the Delete key
presses instead of the line editor.
Fix:
Make sure the line editor becomes the edit menu handler whenever it's focused,
no matter is it a child of a folder view or not.
Diffstat (limited to 'indra/newview/llinventorypanel.h')
0 files changed, 0 insertions, 0 deletions