diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-12-30 21:06:45 +0200 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-12-30 21:06:45 +0200 |
commit | 2c19e7ddc9bebf9ad59b298644c1b3366b191d3c (patch) | |
tree | bf977e105bdd65587ad6cb744c2d848a5943f5db /indra/newview/llpanelteleporthistory.h | |
parent | d9a21cbff2fc842eb3959aa3ef730276c24990a7 (diff) |
Fixed low bug (EXT-3769) Expand/Collpase All Folders menuitem in the Teleport History is enabled when nothing to expand/collapse
- Added expanded/collapsed folders check.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelteleporthistory.h')
-rw-r--r-- | indra/newview/llpanelteleporthistory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelteleporthistory.h b/indra/newview/llpanelteleporthistory.h index 0c0f891f32..4eeaec7705 100644 --- a/indra/newview/llpanelteleporthistory.h +++ b/indra/newview/llpanelteleporthistory.h @@ -97,6 +97,7 @@ private: void handleItemSelect(LLFlatListView* ); LLFlatListView* getFlatListViewFromTab(LLAccordionCtrlTab *); void onGearButtonClicked(); + bool isActionEnabled(const LLSD& userdata) const; void setAccordionCollapsedByUser(LLUICtrl* acc_tab, bool collapsed); bool isAccordionCollapsedByUser(LLUICtrl* acc_tab); |