Setting through LLView::userSetShape now done through LLView::setShape. LLView::snappedTo renamed to LLView::setSnappedTo. virtual overriding of LLView::userSetShape now done through LLView::handleReshape which LLView::setShape calls.
This commit is contained in:
@@ -59,7 +59,7 @@ const S32 HUD_ARROW_SIZE = 32;
|
||||
LLHUDView::LLHUDView(const LLRect& r)
|
||||
{
|
||||
LLUICtrlFactory::getInstance()->buildPanel(this, "panel_hud.xml");
|
||||
userSetShape(r);
|
||||
setShape(r,true);
|
||||
}
|
||||
|
||||
LLHUDView::~LLHUDView()
|
||||
|
||||
Reference in New Issue
Block a user