diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2009-11-11 17:45:14 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2009-11-11 17:45:14 +0200 |
commit | 3176622afead3a962f1a81a12e747fec0686a210 (patch) | |
tree | 94e1932dae6e1866840f21c63ddb95b00dda93fe /indra/llui/lldockcontrol.cpp | |
parent | f4f3903b60447f694e9a51c85c58233f66cff2ae (diff) |
fixed EXT-2353 "IM window should auto-undock when dragged"
made all dockable floaters undock on dragging;
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui/lldockcontrol.cpp')
-rw-r--r-- | indra/llui/lldockcontrol.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llui/lldockcontrol.cpp b/indra/llui/lldockcontrol.cpp index 35a854267a..045505af5b 100644 --- a/indra/llui/lldockcontrol.cpp +++ b/indra/llui/lldockcontrol.cpp @@ -256,7 +256,6 @@ void LLDockControl::on() { if (isDockVisible()) { - mDockableFloater->setCanDrag(false); mEnabled = true; mRecalculateDocablePosition = true; } @@ -264,7 +263,6 @@ void LLDockControl::on() void LLDockControl::off() { - mDockableFloater->setCanDrag(true); mEnabled = false; } |