diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-02-05 13:48:48 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-02-05 13:48:48 +0200 |
commit | b80c6d68874a11292e7dff59b03b1d0f46fad232 (patch) | |
tree | 201ad5b53da4698ba4aeac2477dcac5db44731f9 /indra/newview/llplacesinventorypanel.h | |
parent | cc0895b90039a6446f7c9a0ab71518d445175c0f (diff) |
Fixed major bug EXT-4994 (Sidebar Places View Suddenly Shifts While Renaming Favorites)
- overridden default LLFolderView functionality to apply LLSelectFirstFilteredItem functor for Places / Landmarks Inventory panels
- this also fixed normal bug EXT-1631 (Landmarks panel: There is selection in the each accordion after filter reset)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llplacesinventorypanel.h')
-rw-r--r-- | indra/newview/llplacesinventorypanel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llplacesinventorypanel.h b/indra/newview/llplacesinventorypanel.h index 86937e7c7f..04c6758eae 100644 --- a/indra/newview/llplacesinventorypanel.h +++ b/indra/newview/llplacesinventorypanel.h @@ -67,7 +67,7 @@ private: class LLPlacesFolderView : public LLFolderView { public: - LLPlacesFolderView(const LLFolderView::Params& p) : LLFolderView(p) {}; + LLPlacesFolderView(const LLFolderView::Params& p); /** * Handles right mouse down * |