viewer#831 Xcode buildfix
parent
238d0b2737
commit
2817d6c67d
|
|
@ -37,7 +37,7 @@
|
|||
typedef std::vector<std::pair<int, bool> > segment_t;
|
||||
|
||||
typedef std::vector<int> segment_lengths;
|
||||
typedef std::vector<int> segment_standouts;
|
||||
typedef std::vector<bool> segment_standouts;
|
||||
|
||||
struct attributedStringInfo {
|
||||
segment_lengths seg_lengths;
|
||||
|
|
|
|||
|
|
@ -2345,7 +2345,7 @@ bool LLViewerMediaImpl::handleMouseUp(S32 x, S32 y, MASK mask)
|
|||
if(hasMouseCapture())
|
||||
{
|
||||
// Release the mouse -- this will also send a mouseup to the media
|
||||
gFocusMgr.setMouseCapture( false );
|
||||
gFocusMgr.setMouseCapture( nullptr );
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue