Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
5790565e
Commit
5790565e
authored
12 years ago
by
maxim_productengine
Browse files
Options
Downloads
Patches
Plain Diff
Additional fix for CHUI-473
parent
486bdf32
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
indra/newview/llconversationview.cpp
+7
-7
7 additions, 7 deletions
indra/newview/llconversationview.cpp
with
7 additions
and
7 deletions
indra/newview/llconversationview.cpp
+
7
−
7
View file @
5790565e
...
@@ -207,11 +207,11 @@ BOOL LLConversationViewSession::handleMouseDown( S32 x, S32 y, MASK mask )
...
@@ -207,11 +207,11 @@ BOOL LLConversationViewSession::handleMouseDown( S32 x, S32 y, MASK mask )
{
{
LLConversationItem
*
item
=
dynamic_cast
<
LLConversationItem
*>
(
getViewModelItem
());
LLConversationItem
*
item
=
dynamic_cast
<
LLConversationItem
*>
(
getViewModelItem
());
LLUUID
session_id
=
item
?
item
->
getUUID
()
:
LLUUID
();
LLUUID
session_id
=
item
?
item
->
getUUID
()
:
LLUUID
();
BOOL
result
=
LLFolderViewFolder
::
handleMouseDown
(
x
,
y
,
mask
);
(
LLFloaterReg
::
getTypedInstance
<
LLFloaterIMContainer
>
(
"im_container"
))
->
(
LLFloaterReg
::
getTypedInstance
<
LLFloaterIMContainer
>
(
"im_container"
))
->
selectConversationPair
(
session_id
,
false
);
selectConversationPair
(
session_id
,
false
);
return
LLFolderViewFolder
::
handleMouseDown
(
x
,
y
,
mask
)
;
return
result
;
}
}
// virtual
// virtual
...
@@ -240,7 +240,7 @@ void LLConversationViewSession::toggleOpen()
...
@@ -240,7 +240,7 @@ void LLConversationViewSession::toggleOpen()
{
{
getParentFolder
()
->
setSelection
(
this
,
true
);
getParentFolder
()
->
setSelection
(
this
,
true
);
}
}
}
}
}
}
...
@@ -504,11 +504,11 @@ BOOL LLConversationViewParticipant::handleMouseDown( S32 x, S32 y, MASK mask )
...
@@ -504,11 +504,11 @@ BOOL LLConversationViewParticipant::handleMouseDown( S32 x, S32 y, MASK mask )
item
=
dynamic_cast
<
LLConversationItem
*>
(
session_widget
->
getViewModelItem
());
item
=
dynamic_cast
<
LLConversationItem
*>
(
session_widget
->
getViewModelItem
());
}
}
LLUUID
session_id
=
item
?
item
->
getUUID
()
:
LLUUID
();
LLUUID
session_id
=
item
?
item
->
getUUID
()
:
LLUUID
();
BOOL
result
=
LLFolderViewItem
::
handleMouseDown
(
x
,
y
,
mask
);
(
LLFloaterReg
::
getTypedInstance
<
LLFloaterIMContainer
>
(
"im_container"
))
->
selectConversationPair
(
session_id
,
false
);
(
LLFloaterReg
::
getTypedInstance
<
LLFloaterIMContainer
>
(
"im_container"
))
->
return
result
;
selectConversationPair
(
session_id
,
false
);
return
LLFolderViewItem
::
handleMouseDown
(
x
,
y
,
mask
);
}
}
S32
LLConversationViewParticipant
::
getLabelXPos
()
S32
LLConversationViewParticipant
::
getLabelXPos
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment