Skip to content
Snippets Groups Projects
Commit c8fdbdd5 authored by maxim_productengine's avatar maxim_productengine
Browse files

SL-11205 [EEP] The Sky Altitude icons should move only if they are dragged.

parent b3c0218a
No related branches found
No related tags found
No related merge requests found
...@@ -318,6 +318,7 @@ void LLPanelEnvironmentInfo::refresh() ...@@ -318,6 +318,7 @@ void LLPanelEnvironmentInfo::refresh()
LL_WARNS("ENVPANEL") << "Failed to add altitude sliders!" << LL_ENDL; LL_WARNS("ENVPANEL") << "Failed to add altitude sliders!" << LL_ENDL;
} }
readjustAltLabels(); readjustAltLabels();
sld->resetCurSlider();
} }
updateAltLabel(alt_prefixes[3], 1, 0); // ground updateAltLabel(alt_prefixes[3], 1, 0); // ground
...@@ -780,11 +781,8 @@ void LLPanelEnvironmentInfo::onAltSliderMouseUp() ...@@ -780,11 +781,8 @@ void LLPanelEnvironmentInfo::onAltSliderMouseUp()
{ {
alts.push_back(alt.second.mAltitude); alts.push_back(alt.second.mAltitude);
} }
setControlsEnabled(false);
LLEnvironment::instance().updateParcel(getParcelId(), LLSettingsDay::ptr_t(), LLEnvironment::instance().updateParcel(getParcelId(), LLSettingsDay::ptr_t(), -1, -1, alts);
-1, -1, alts,
[that_h](S32 parcel_id, LLEnvironment::EnvironmentInfo::ptr_t envifo) { _onEnvironmentReceived(that_h, parcel_id, envifo); });
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment