Proper fix for the else case.

Liny 2017-12-02 17:40:56 -08:00
parent 1d4ad1772f
commit ca03ad95b2
1 changed files with 4 additions and 0 deletions

View File

@ -366,6 +366,10 @@ void FSPanelRadar::updateList(const std::vector<LLSD>& entries, const LLSD& stat
{
row_data["columns"][2]["value"] = "avatar_in_region";
}
else
{
row_data["columns"][2]["value"] = "";
}
row_data["columns"][3]["column"] = "typing_status";
row_data["columns"][3]["type"] = "icon";