Skip to content
Snippets Groups Projects
Commit d79f0413 authored by Logue's avatar Logue
Browse files

Merge branch 'main' of git.alchemyviewer.org:alchemy/alchemy-next

parents fccb6282 72100ef8
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -79,6 +79,12 @@ class LLTextBox : ...@@ -79,6 +79,12 @@ class LLTextBox :
LLUIString mText; LLUIString mText;
callback_t mClickedCallback; callback_t mClickedCallback;
bool mShowCursorHand; bool mShowCursorHand;
protected:
virtual std::string _getSearchText() const
{
return LLTextBase::_getSearchText() + mText.getString();
}
}; };
// Build time optimization, generate once in .cpp file // Build time optimization, generate once in .cpp file
......
...@@ -232,4 +232,28 @@ ...@@ -232,4 +232,28 @@
value="3" value="3"
width="90" /> width="90" />
</radio_group> </radio_group>
<text
type="string"
length="1"
follows="left|top"
height="10"
layout="topleft"
left="30"
name="World Effects"
mouse_opaque="false"
top_pad="5"
width="300">
World Effects:
</text>
<check_box
follows="left|top"
height="16"
label="Create particle effects when scripts communicate"
layout="topleft"
tool_tip="If enabled scripted objects display swirling particle lights when the scripts communicate"
left="45"
top_pad="7"
name="EffectScriptChatParticles"
width="275"
control_name="EffectScriptChatParticles"/>
</panel> </panel>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment