diff options
author | TJ <tj8@live.com.au> | 2025-05-07 19:48:03 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-07 12:48:03 +0300 |
commit | 2c0e90a72de6fe79713db2390d91d6d0b9ecfded (patch) | |
tree | 9cc750569e932bbf03227191b25ec9f618679e0d /indra | |
parent | 0fb4e04107dd151f44f8718aa0ee4af22e679ef6 (diff) |
Fixed World Map Find sending two requests and possibly showing wrong results (#4037, #4038)
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_world_map.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_world_map.xml b/indra/newview/skins/default/xui/en/floater_world_map.xml index 5ab0177de6..f65d95e344 100644 --- a/indra/newview/skins/default/xui/en/floater_world_map.xml +++ b/indra/newview/skins/default/xui/en/floater_world_map.xml @@ -556,7 +556,7 @@ name="DoSearch" tool_tip="Search for region" width="62"> - <button.commit_callback + <button.mouse_down_callback function="WMap.Location" /> </button> <button |