Skip to content
Snippets Groups Projects
Commit 7b4c3000 authored by Richard Linden's avatar Richard Linden
Browse files
parents f19ee13c aaabea2c
No related branches found
No related tags found
No related merge requests found
......@@ -113,6 +113,8 @@ class LLDockableFloater : public LLFloater
bool getUniqueDocking() { return mUniqueDocking; }
bool getUseTongue() { return mUseTongue; }
void setUseTongue(bool use_tongue) { mUseTongue = use_tongue;}
private:
/**
* Provides unique of dockable floater.
......
......@@ -1683,6 +1683,8 @@ BOOL LLCallDialog::postBuild()
LLView *anchor_panel = gToolBarView->findChildView("speak");
setDockControl(new LLDockControl(anchor_panel, this, getDockTongue(), LLDockControl::TOP));
setUseTongue(anchor_panel);
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