diff options
Diffstat (limited to 'linden/indra/llui/llfloater.cpp')
-rw-r--r-- | linden/indra/llui/llfloater.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/llui/llfloater.cpp b/linden/indra/llui/llfloater.cpp index 94af186..defe200 100644 --- a/linden/indra/llui/llfloater.cpp +++ b/linden/indra/llui/llfloater.cpp | |||
@@ -1193,6 +1193,12 @@ BOOL LLFloater::handleRightMouseDown(S32 x, S32 y, MASK mask) | |||
1193 | return was_minimized || LLPanel::handleRightMouseDown( x, y, mask ); | 1193 | return was_minimized || LLPanel::handleRightMouseDown( x, y, mask ); |
1194 | } | 1194 | } |
1195 | 1195 | ||
1196 | BOOL LLFloater::handleMiddleMouseDown(S32 x, S32 y, MASK mask) | ||
1197 | { | ||
1198 | bringToFront( x, y ); | ||
1199 | return LLPanel::handleMiddleMouseDown( x, y, mask ); | ||
1200 | } | ||
1201 | |||
1196 | 1202 | ||
1197 | // virtual | 1203 | // virtual |
1198 | BOOL LLFloater::handleDoubleClick(S32 x, S32 y, MASK mask) | 1204 | BOOL LLFloater::handleDoubleClick(S32 x, S32 y, MASK mask) |