summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2019-10-16 02:04:29 +0300
committerAndreyL ProductEngine <alihatskiy@productengine.com>2019-10-16 02:04:29 +0300
commit910fea5470db18927573d36fe9c7b80a3c499db3 (patch)
tree10b96a84ef20a64879deaaa148023c4620b943d0 /indra
parentf452f0c0a0956e0e180bf8c7591781d5873be7dd (diff)
Backed out changeset: cf8cdb77790b
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llmediactrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmediactrl.cpp b/indra/newview/llmediactrl.cpp
index fec2315df3..b7947288c6 100644
--- a/indra/newview/llmediactrl.cpp
+++ b/indra/newview/llmediactrl.cpp
@@ -215,7 +215,7 @@ BOOL LLMediaCtrl::handleScrollHWheel(S32 x, S32 y, S32 clicks)
if (mMediaSource && mMediaSource->hasMedia())
{
convertInputCoords(x, y);
- mMediaSource->scrollWheel(x, y, clicks);
+ mMediaSource->scrollWheel(x, y, clicks, 0, gKeyboard->currentMask(TRUE));
}
return TRUE;