SL-11736 FIXED "Stand" button disappears if "Restore down" UI button is pressed while sitting.
parent
9773e06cc1
commit
82c3bf0a98
|
|
@ -574,6 +574,8 @@ BOOL LLPanelStandStopFlying::postBuild()
|
|||
//mStopFlyingButton->setCommitCallback(boost::bind(&LLFloaterMove::setFlyingMode, FALSE));
|
||||
mStopFlyingButton->setCommitCallback(boost::bind(&LLPanelStandStopFlying::onStopFlyingButtonClick, this));
|
||||
mStopFlyingButton->setVisible(FALSE);
|
||||
|
||||
gViewerWindow->setOnWorldViewRectUpdated(boost::bind(&LLPanelStandStopFlying::updatePosition, this));
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue