From b2badcaf695304847312445d9b9184958d705fe1 Mon Sep 17 00:00:00 2001 From: Sergei Litovchuk Date: Fri, 11 Dec 2009 22:13:46 +0200 Subject: Regression fix for major bug EXT-3135 "Crash after dragging LM from 'Inventory' accordion to fav bar". - Disabled opening sidetray inventory panel on drag-n-drop operations with landmarks in sidetray places panel. --HG-- branch : product-engine --- indra/newview/llinventorybridge.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 52ebefabea..089f90fe2b 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -2965,7 +2965,7 @@ BOOL LLFolderBridge::dragItemIntoFolder(LLInventoryItem* inv_item, // everything in the active window so that we don't follow // the selection to its new location (which is very // annoying). - LLInventoryPanel *active_panel = LLInventoryPanel::getActiveInventoryPanel(); + LLInventoryPanel *active_panel = LLInventoryPanel::getActiveInventoryPanel(FALSE); if (active_panel) { LLInventoryPanel* panel = dynamic_cast(mInventoryPanel.get()); -- cgit v1.2.3