Skip to content
Snippets Groups Projects
Commit 6e0ebfe1 authored by Tofu Linden's avatar Tofu Linden
Browse files

CID-215

Checker: REVERSE_INULL
File: /indra/newview/llfloatergesture.cpp
parent a80fdcd8
No related branches found
No related tags found
No related merge requests found
...@@ -223,10 +223,10 @@ BOOL LLFloaterGesture::postBuild() ...@@ -223,10 +223,10 @@ BOOL LLFloaterGesture::postBuild()
void LLFloaterGesture::refreshAll() void LLFloaterGesture::refreshAll()
{ {
buildGestureList();
if (!mGestureList) return; if (!mGestureList) return;
buildGestureList();
if (mSelectedID.isNull()) if (mSelectedID.isNull())
{ {
mGestureList->selectFirstItem(); mGestureList->selectFirstItem();
......
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