Skip to content
Snippets Groups Projects
Commit 55f549db authored by Mark Palange (Mani)'s avatar Mark Palange (Mani)
Browse files

EXT-6517 Now updating the location value in refreshLocation.

Reviewed by Richard
parent 51b29336
No related branches found
No related tags found
No related merge requests found
...@@ -679,6 +679,9 @@ void LLPanelLogin::refreshLocation( bool force_visible ) ...@@ -679,6 +679,9 @@ void LLPanelLogin::refreshLocation( bool force_visible )
show_start = gSavedSettings.getBOOL("ShowStartLocation"); show_start = gSavedSettings.getBOOL("ShowStartLocation");
} }
// Update the value of the location combo.
updateLocationUI();
sInstance->childSetVisible("start_location_combo", show_start); sInstance->childSetVisible("start_location_combo", show_start);
sInstance->childSetVisible("start_location_text", show_start); sInstance->childSetVisible("start_location_text", show_start);
......
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