Skip to content
Snippets Groups Projects
Commit 45b859b5 authored by Yuri Chebotarev's avatar Yuri Chebotarev
Browse files

working on EXT-2781

this is extra and useless callback since setFlyingMode will be called from OnStopFlyingButtonClick.

--HG--
branch : product-engine
parent 2fd6bb4b
No related branches found
No related tags found
No related merge requests found
...@@ -571,7 +571,7 @@ BOOL LLPanelStandStopFlying::postBuild() ...@@ -571,7 +571,7 @@ BOOL LLPanelStandStopFlying::postBuild()
mStandButton->setVisible(FALSE); mStandButton->setVisible(FALSE);
mStopFlyingButton = getChild<LLButton>("stop_fly_btn"); mStopFlyingButton = getChild<LLButton>("stop_fly_btn");
mStopFlyingButton->setCommitCallback(boost::bind(&LLFloaterMove::setFlyingMode, FALSE)); //mStopFlyingButton->setCommitCallback(boost::bind(&LLFloaterMove::setFlyingMode, FALSE));
mStopFlyingButton->setCommitCallback(boost::bind(&LLPanelStandStopFlying::onStopFlyingButtonClick, this)); mStopFlyingButton->setCommitCallback(boost::bind(&LLPanelStandStopFlying::onStopFlyingButtonClick, this));
mStopFlyingButton->setVisible(FALSE); mStopFlyingButton->setVisible(FALSE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment