コード例 #1
0
void LLPanelTopInfoBar::draw()
{
	updateParcelInfoText();
	updateHealth();

	LLPanel::draw();
}
コード例 #2
0
// virtual
void LLStatusBar::draw()
{
	refresh();
//MK
	updateParcelInfoText();
	updateHealth();
//mk

	LLPanel::draw();
}
コード例 #3
0
void LLPanelTopInfoBar::draw()
{
//MK
	if (gRRenabled && gAgent.mRRInterface.mContainsShowloc)
	{
		toggle_show_mini_location_panel(LLSD(false));
		gSavedSettings.setBOOL ("ShowMiniLocationPanel", FALSE);
	}
//mk
	updateParcelInfoText();
	updateHealth();

	LLPanel::draw();
}