diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-11-06 17:21:11 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-11-06 17:21:11 -0500 |
commit | 19cebb8a2998026766171c08849f0018b846742f (patch) | |
tree | 686f0a7d87f23222f08b4ffa1dfd3bbcf570b564 /indra | |
parent | 6ea320198afcd3080fd7fcdfcb5829b5e8ef2c31 (diff) |
SH-4595 WIP
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/lllocationinputctrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllocationinputctrl.cpp b/indra/newview/lllocationinputctrl.cpp index 0d5ecc4059..7b97b26a37 100755 --- a/indra/newview/lllocationinputctrl.cpp +++ b/indra/newview/lllocationinputctrl.cpp @@ -140,7 +140,7 @@ public: private: /*virtual*/ void changed(U32 mask) { - if (mask & (~(LLInventoryObserver::LABEL|LLInventoryObserver::INTERNAL|LLInventoryObserver::ADD))) + if (mask & (~(LLInventoryObserver::LABEL|LLInventoryObserver::INTERNAL|LLInventoryObserver::ADD|LLInventoryObserver::CREATE))) { mInput->updateAddLandmarkButton(); } |