Merge remote-tracking branch 'aleric/master'
This commit is contained in:
@@ -1688,8 +1688,8 @@ void LLFloaterSnapshot::Impl::freezeTime(bool on)
|
||||
LLSnapshotLivePreview* previewp = getPreviewView();
|
||||
if (on)
|
||||
{
|
||||
// stop all mouse events at fullscreen preview layer
|
||||
sInstance->getParent()->setMouseOpaque(TRUE);
|
||||
// Stop all mouse events at fullscreen preview layer.
|
||||
gSnapshotFloaterView->setMouseOpaque(TRUE);
|
||||
|
||||
// can see and interact with fullscreen preview now
|
||||
if (previewp)
|
||||
@@ -1716,7 +1716,8 @@ void LLFloaterSnapshot::Impl::freezeTime(bool on)
|
||||
}
|
||||
else // turning off freeze frame mode
|
||||
{
|
||||
sInstance->getParent()->setMouseOpaque(FALSE);
|
||||
gSnapshotFloaterView->setMouseOpaque(FALSE);
|
||||
|
||||
if (previewp)
|
||||
{
|
||||
previewp->setVisible(FALSE);
|
||||
|
||||
@@ -348,7 +348,7 @@ bool LLWLDayCycle::hasReferencesTo(const LLWLParamKey& keyframe) const
|
||||
void LLWLDayCycle::removeReferencesTo(const LLWLParamKey& keyframe)
|
||||
{
|
||||
lldebugs << "Removing references to key frame " << keyframe.toLLSD() << llendl;
|
||||
F32 keytime;
|
||||
F32 keytime = 0.f; // Avoid compiler warning.
|
||||
bool might_exist;
|
||||
do
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user