Further pluggged in LLView::Params. For now just used for a few exclusively hard-coded elements. XUI parsing not yet implemented. New element registry not yet implemented.
This commit is contained in:
@@ -2244,6 +2244,11 @@ void LLMenuGL::removeChild( LLView* ctrl)
|
||||
return LLUICtrl::removeChild(ctrl);
|
||||
}
|
||||
|
||||
BOOL LLMenuGL::postBuild()
|
||||
{
|
||||
return LLUICtrl::postBuild();
|
||||
}
|
||||
|
||||
// are we the childmost active menu and hence our jump keys should be enabled?
|
||||
// or are we a free-standing torn-off menu (which uses jump keys too)
|
||||
BOOL LLMenuGL::jumpKeysActive()
|
||||
|
||||
Reference in New Issue
Block a user