Skip to content
Snippets Groups Projects
Commit b6aef7ea authored by Andrew Dyukov's avatar Andrew Dyukov
Browse files

Fixed EXT-1769 (Edit Pick: '+' icon blinks on mouse over), but new icon is needed.

--HG--
branch : product-engine
parent c8904ad1
No related branches found
No related tags found
No related merge requests found
...@@ -413,6 +413,8 @@ BOOL LLPanelPickEdit::postBuild() ...@@ -413,6 +413,8 @@ BOOL LLPanelPickEdit::postBuild()
childSetAction(XML_BTN_SAVE, boost::bind(&LLPanelPickEdit::onClickSave, this)); childSetAction(XML_BTN_SAVE, boost::bind(&LLPanelPickEdit::onClickSave, this));
childSetAction("set_to_curr_location_btn", boost::bind(&LLPanelPickEdit::onClickSetLocation, this)); childSetAction("set_to_curr_location_btn", boost::bind(&LLPanelPickEdit::onClickSetLocation, this));
initTexturePickerMouseEvents();
return TRUE; return TRUE;
} }
......
...@@ -64,9 +64,9 @@ ...@@ -64,9 +64,9 @@
top="20" top="20"
left="10" left="10"
name="pick_snapshot" /> name="pick_snapshot" />
<button <icon
height="18" height="18"
image_overlay="AddItem_Off" image_name="AddItem_Off"
layout="topleft" layout="topleft"
right="-5" right="-5"
name="edit_icon" name="edit_icon"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment