summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpick.cpp
diff options
context:
space:
mode:
authorAndrew Dyukov <adyukov@productengine.com>2009-11-05 19:20:56 +0200
committerAndrew Dyukov <adyukov@productengine.com>2009-11-05 19:20:56 +0200
commitb6aef7ea394430ab29698a2a4f1a4d9d93faeff0 (patch)
treec86e0ed21dc1626c44d8975d8292309143d11e85 /indra/newview/llpanelpick.cpp
parentc8904ad1a35fb9c0d22423b47e2ddf9789877297 (diff)
Fixed EXT-1769 (Edit Pick: '+' icon blinks on mouse over), but new icon is needed.
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llpanelpick.cpp')
-rw-r--r--indra/newview/llpanelpick.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelpick.cpp b/indra/newview/llpanelpick.cpp
index 103f041686..f5c4f89702 100644
--- a/indra/newview/llpanelpick.cpp
+++ b/indra/newview/llpanelpick.cpp
@@ -413,6 +413,8 @@ BOOL LLPanelPickEdit::postBuild()
childSetAction(XML_BTN_SAVE, boost::bind(&LLPanelPickEdit::onClickSave, this));
childSetAction("set_to_curr_location_btn", boost::bind(&LLPanelPickEdit::onClickSetLocation, this));
+ initTexturePickerMouseEvents();
+
return TRUE;
}