summaryrefslogtreecommitdiff
path: root/indra/llcharacter
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-06-17 16:36:49 -0400
committerLoren Shih <seraph@lindenlab.com>2010-06-17 16:36:49 -0400
commit4fc8140a1d01742d560ea0d122b889a670e97c2e (patch)
tree63e3572f074bb034a9d42f1350d3691515ce03ab /indra/llcharacter
parent9ae5e2816ca2b5037665b2a62f55326c4a5d9769 (diff)
EXT-7916 FIXED Miscllaneous UI issues with Preview Gesture Floater
See subtasks for complete lists of fixes. The preview gesture floater had some major issues and regressions.
Diffstat (limited to 'indra/llcharacter')
-rw-r--r--indra/llcharacter/llmultigesture.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llcharacter/llmultigesture.cpp b/indra/llcharacter/llmultigesture.cpp
index 05d1bc0cd9..ee60430d97 100644
--- a/indra/llcharacter/llmultigesture.cpp
+++ b/indra/llcharacter/llmultigesture.cpp
@@ -498,6 +498,10 @@ std::vector<std::string> LLGestureStepWait::getLabel() const
strings.push_back("until animations are done");
// label += "until animations are done";
}
+ else
+ {
+ strings.push_back("");
+ }
return strings;
}