diff options
author | Monroe Linden <monroe@lindenlab.com> | 2010-01-04 17:43:25 -0800 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2010-01-04 17:43:25 -0800 |
commit | b282f04b31f60a3ddd9dcbd27eed2d2226a40e09 (patch) | |
tree | 74a553779d7de2d1ae8363443b69b132bd441441 /indra/newview/lltoolpie.h | |
parent | faad5eff72f3cfa9ec113bfa861e850e7dd9ef9b (diff) |
Changed async picks in LLToolPie::handleMouseDown and LLToolPie::handleRightMouseDown to sync.
This fixes EXT-3658 ("DEV-44422 webprim doesn't get mouse up events from the Mac trackpad").
Reviewed by Richard.
Diffstat (limited to 'indra/newview/lltoolpie.h')
-rw-r--r-- | indra/newview/lltoolpie.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/lltoolpie.h b/indra/newview/lltoolpie.h index 3660c68552..5f0e28fa95 100644 --- a/indra/newview/lltoolpie.h +++ b/indra/newview/lltoolpie.h @@ -71,9 +71,6 @@ public: LLObjectSelection* getLeftClickSelection() { return (LLObjectSelection*)mLeftClickSelection; } void resetSelection(); - static void leftMouseCallback(const LLPickInfo& pick_info); - static void rightMouseCallback(const LLPickInfo& pick_info); - static void selectionPropertiesReceived(); static void showAvatarInspector(const LLUUID& avatar_id); |