Skip to content
Snippets Groups Projects
Commit e29fbb57 authored by Dmitry Zaporozhan's avatar Dmitry Zaporozhan
Browse files

Update for major task EXT-2250 Implement Classifieds list in Picks panel.

Fixed accordion name and added code to show and expand classifieds accordion when first classified is created.

--HG--
branch : product-engine
parent 1e9cdef6
No related branches found
No related tags found
No related merge requests found
...@@ -687,6 +687,10 @@ void LLPanelPicks::onPanelClassifiedSave(LLPanelClassifiedEdit* panel) ...@@ -687,6 +687,10 @@ void LLPanelPicks::onPanelClassifiedSave(LLPanelClassifiedEdit* panel)
c_item->setRightMouseUpCallback(boost::bind(&LLPanelPicks::onRightMouseUpItem, this, _1, _2, _3, _4)); c_item->setRightMouseUpCallback(boost::bind(&LLPanelPicks::onRightMouseUpItem, this, _1, _2, _3, _4));
c_item->setMouseUpCallback(boost::bind(&LLPanelPicks::updateButtons, this)); c_item->setMouseUpCallback(boost::bind(&LLPanelPicks::updateButtons, this));
c_item->childSetAction("info_chevron", boost::bind(&LLPanelPicks::onClickInfo, this)); c_item->childSetAction("info_chevron", boost::bind(&LLPanelPicks::onClickInfo, this));
// order does matter, showAccordion will invoke arrange for accordions.
mClassifiedsAccTab->changeOpenClose(false);
showAccordion("tab_classifieds", true);
} }
else else
{ {
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
layout="topleft" layout="topleft"
height="235" height="235"
name="tab_classifieds" name="tab_classifieds"
title="Classified" title="Classifieds"
visible="false"> visible="false">
<flat_list_view <flat_list_view
color="DkGray2" color="DkGray2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment