Skip to content
Snippets Groups Projects
Commit a64f7e1c authored by Leyla Farazha's avatar Leyla Farazha
Browse files

EXP-1468 Incoming/outgoing call floater tongue position doesn't follow floater

parent 8448e3b8
No related branches found
No related tags found
No related merge requests found
...@@ -243,13 +243,16 @@ bool LLToolBar::addCommand(const LLCommandId& commandId, int rank) ...@@ -243,13 +243,16 @@ bool LLToolBar::addCommand(const LLCommandId& commandId, int rank)
mButtons.insert(it_button,button); mButtons.insert(it_button,button);
} }
mNeedsLayout = true;
updateLayoutAsNeeded();
if (mButtonAddSignal) if (mButtonAddSignal)
{ {
(*mButtonAddSignal)(button); (*mButtonAddSignal)(button);
} }
mNeedsLayout = true;
return true; return true;
} }
......
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