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
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
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 Archive
Alchemy Viewer
Commits
ca9d39c6
Commit
ca9d39c6
authored
8 years ago
by
Cinder
Browse files
Options
Downloads
Patches
Plain Diff
SL-3404 Don't send ParcelPropertiesRequest on every cursor position change
parent
a72a4cb3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/contributions.txt
+1
-0
1 addition, 0 deletions
doc/contributions.txt
indra/newview/lltoolpie.cpp
+4
-6
4 additions, 6 deletions
indra/newview/lltoolpie.cpp
with
5 additions
and
6 deletions
doc/contributions.txt
+
1
−
0
View file @
ca9d39c6
...
@@ -371,6 +371,7 @@ Cinder Roxley
...
@@ -371,6 +371,7 @@ Cinder Roxley
STORM-2116
STORM-2116
STORM-2127
STORM-2127
STORM-2144
STORM-2144
SL-3404
Clara Young
Clara Young
Coaldust Numbers
Coaldust Numbers
VWR-1095
VWR-1095
...
...
This diff is collapsed.
Click to expand it.
indra/newview/lltoolpie.cpp
+
4
−
6
View file @
ca9d39c6
...
@@ -870,13 +870,11 @@ static bool needs_tooltip(LLSelectNode* nodep)
...
@@ -870,13 +870,11 @@ static bool needs_tooltip(LLSelectNode* nodep)
BOOL
LLToolPie
::
handleTooltipLand
(
std
::
string
line
,
std
::
string
tooltip_msg
)
BOOL
LLToolPie
::
handleTooltipLand
(
std
::
string
line
,
std
::
string
tooltip_msg
)
{
{
LLViewerParcelMgr
::
getInstance
()
->
setHoverParcel
(
mHoverPick
.
mPosGlobal
);
// Do not show hover for land unless prefs are set to allow it.
//
// Do not show hover for land unless prefs are set to allow it.
//
if
(
!
gSavedSettings
.
getBOOL
(
"ShowLandHoverTip"
))
return
TRUE
;
if
(
!
gSavedSettings
.
getBOOL
(
"ShowLandHoverTip"
))
return
TRUE
;
LLViewerParcelMgr
::
getInstance
()
->
setHoverParcel
(
mHoverPick
.
mPosGlobal
);
// Didn't hit an object, but since we have a land point we
// Didn't hit an object, but since we have a land point we
// must be hovering over land.
// must be hovering over land.
...
...
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