diff options
author | McCabe Maxsted | 2010-10-23 19:04:43 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-10-23 19:04:43 -0700 |
commit | 217abd5a4a491a2210bc05deb3fa5f84be51fc59 (patch) | |
tree | 5adcba3b850f1b4d02df1c4fccb50000863ac026 /linden/indra/newview/llfloatertools.cpp | |
parent | Fixed Windows compile error in impprefsfonts.cpp (unsafe mix of type 'bool' a... (diff) | |
download | meta-impy-217abd5a4a491a2210bc05deb3fa5f84be51fc59.zip meta-impy-217abd5a4a491a2210bc05deb3fa5f84be51fc59.tar.gz meta-impy-217abd5a4a491a2210bc05deb3fa5f84be51fc59.tar.bz2 meta-impy-217abd5a4a491a2210bc05deb3fa5f84be51fc59.tar.xz |
Fixed the link number label overwriting the selected objects when more than one prim is selected with Edit linked parts enabled
Diffstat (limited to 'linden/indra/newview/llfloatertools.cpp')
-rw-r--r-- | linden/indra/newview/llfloatertools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloatertools.cpp b/linden/indra/newview/llfloatertools.cpp index daff573..6744faf 100644 --- a/linden/indra/newview/llfloatertools.cpp +++ b/linden/indra/newview/llfloatertools.cpp | |||
@@ -931,7 +931,7 @@ void LLFloaterTools::updatePopup(LLCoordGL center, MASK mask) | |||
931 | childSetVisible("Strength:", land_visible); | 931 | childSetVisible("Strength:", land_visible); |
932 | } | 932 | } |
933 | 933 | ||
934 | if (gSavedSettings.getBOOL("EditLinkedParts")) | 934 | if (gSavedSettings.getBOOL("EditLinkedParts") && LLSelectMgr::getInstance()->getEditSelection()->getObjectCount() == 1) |
935 | { | 935 | { |
936 | childSetVisible("link_num", !land_visible); | 936 | childSetVisible("link_num", !land_visible); |
937 | } | 937 | } |