Skip to content
Snippets Groups Projects
Commit 0a6d8745 authored by andreykproductengine's avatar andreykproductengine
Browse files

SL-9650 About Land UI is corrupted

parent c2864468
No related branches found
No related tags found
No related merge requests found
...@@ -191,6 +191,8 @@ BOOL LLPanelEnvironmentInfo::postBuild() ...@@ -191,6 +191,8 @@ BOOL LLPanelEnvironmentInfo::postBuild()
{ {
drop_target->setPanel(this, alt_sliders[idx]); drop_target->setPanel(this, alt_sliders[idx]);
} }
// set initial values to prevent [ALTITUDE] from displaying
updateAltLabel(alt_prefixes[idx], idx + 2, idx * 1000);
} }
getChild<LLSettingsDropTarget>("sdt_" + alt_prefixes[3])->setPanel(this, alt_prefixes[3]); getChild<LLSettingsDropTarget>("sdt_" + alt_prefixes[3])->setPanel(this, alt_prefixes[3]);
getChild<LLSettingsDropTarget>("sdt_" + alt_prefixes[4])->setPanel(this, alt_prefixes[4]); getChild<LLSettingsDropTarget>("sdt_" + alt_prefixes[4])->setPanel(this, alt_prefixes[4]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment