[VMM] Drop zone is no longer WIP, and neither are the tabs

Searching tabs is still kinda wonky though... This needs investigation
This commit is contained in:
Liru Færs
2020-01-17 17:20:31 -05:00
parent 570b0d3c5b
commit 450afff50b
2 changed files with 4 additions and 4 deletions

View File

@@ -223,7 +223,7 @@ void LLPanelMarketplaceListings::onTabChange()
// Show/hide the drop zone and resize the inventory tabs panel accordingly
LLPanel* drop_zone = (LLPanel*)getChild<LLPanel>("marketplace_drop_zone");
bool drop_zone_visible = drop_zone->getVisible();
bool allow_drop_on_root = panel->getAllowDropOnRoot() && gSavedSettings.getBOOL("LiruEnableWIPUI");
bool allow_drop_on_root = panel->getAllowDropOnRoot();
if (drop_zone_visible != allow_drop_on_root)
{
LLPanel* tabs = (LLPanel*)getChild<LLPanel>("tab_container_panel");

View File

@@ -77,9 +77,9 @@
tab_position="top"
tab_min_width="10">
<inventory_panel label="All" name="All Items" filename="panel_marketplace_listings_inventory.xml"/>
<inventory_panel visibility_control="LiruEnableWIPUI" label="Active" name="Active Items" filename="panel_marketplace_listings_listed.xml"/>
<inventory_panel visibility_control="LiruEnableWIPUI" label="Inactive" name="Inactive Items" filename="panel_marketplace_listings_unlisted.xml"/>
<inventory_panel visibility_control="LiruEnableWIPUI" label="Unassociated" name="Unassociated Items" filename="panel_marketplace_listings_unassociated.xml"/>
<inventory_panel label="Active" name="Active Items" filename="panel_marketplace_listings_listed.xml"/>
<inventory_panel label="Inactive" name="Inactive Items" filename="panel_marketplace_listings_unlisted.xml"/>
<inventory_panel label="Unassociated" name="Unassociated Items" filename="panel_marketplace_listings_unassociated.xml"/>
</tab_container>
</panel>
<panel