summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2014-02-20 12:03:26 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2014-02-20 12:03:26 +0200
commita23fc01c7b12299297124f4b5b6ad4e7a8145c00 (patch)
treec9e2d5402251da4b0cd5c88a05f31784946c76b6
parenta8a3daee02d466d5f6548cd5190b4dd3db0e9bd0 (diff)
MAINT-403 FIXED Update buttons after deleting item by drag-and-drop.
-rwxr-xr-xindra/newview/llpanellandmarks.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanellandmarks.cpp b/indra/newview/llpanellandmarks.cpp
index a22d9c06fa..1d3b583192 100755
--- a/indra/newview/llpanellandmarks.cpp
+++ b/indra/newview/llpanellandmarks.cpp
@@ -1263,6 +1263,7 @@ bool LLLandmarksPanel::handleDragAndDropToTrash(BOOL drop, EDragAndDropType carg
break;
}
+ updateVerbs();
return true;
}