summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-03-12 13:17:30 -0600
committerDave Parks <davep@lindenlab.com>2010-03-12 13:17:30 -0600
commitd2996b685972e2b066e6821d0bc258073d8ceb1d (patch)
tree27dd9bd1c6d90b93d28be0de0bffddaa43f8b531 /indra/llui
parent58afe469f9d29aea0d3d974ac112725ddbaa3a19 (diff)
EXT-6276 Fix for UI going all wonky.
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llclipboard.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llui/llclipboard.cpp b/indra/llui/llclipboard.cpp
index 400b899ef2..cbd4cb380f 100644
--- a/indra/llui/llclipboard.cpp
+++ b/indra/llui/llclipboard.cpp
@@ -103,11 +103,9 @@ BOOL LLClipboard::canPasteString() const
void LLClipboard::copyFromPrimarySubstring(const LLWString &src, S32 pos, S32 len, const LLUUID& source_id )
{
-#if !LL_DARWIN
mSourceID = source_id;
mString = src.substr(pos, len);
LLView::getWindow()->copyTextToPrimary( mString );
-#endif
}