MAINT-6860 Appearance floater crash due to missnamed variable
parent
0ac937200b
commit
183cc7cdfd
|
|
@ -165,8 +165,8 @@ bool LLFlatListView::addItemPairs(pairs_list_t panel_list, bool rearrange /*= tr
|
|||
mItemsPanel->addChild(panel);
|
||||
|
||||
//_4 is for MASK
|
||||
panel->setMouseDownCallback(boost::bind(&LLFlatListView::onItemMouseClick, this, new_pair, _4));
|
||||
panel->setRightMouseDownCallback(boost::bind(&LLFlatListView::onItemRightMouseClick, this, new_pair, _4));
|
||||
panel->setMouseDownCallback(boost::bind(&LLFlatListView::onItemMouseClick, this, item_pair, _4));
|
||||
panel->setRightMouseDownCallback(boost::bind(&LLFlatListView::onItemRightMouseClick, this, item_pair, _4));
|
||||
// Children don't accept the focus
|
||||
panel->setTabStop(false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue