diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-04-23 14:56:01 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-04-23 14:56:01 +0300 |
commit | 70bc98c4b0484a69ebb42717755b623bf9895e9f (patch) | |
tree | 7b65dc4e40133e2fc0f85a7728ad94f756e279d0 /indra/newview/llpanelplacestab.cpp | |
parent | a391cf9cbc0a53463db6d628c86a3477e7d8a8b8 (diff) |
SL-15144 FIXED The "Remove" button is enabled with no selection
Diffstat (limited to 'indra/newview/llpanelplacestab.cpp')
-rw-r--r-- | indra/newview/llpanelplacestab.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelplacestab.cpp b/indra/newview/llpanelplacestab.cpp index 9601ac54a4..748a917147 100644 --- a/indra/newview/llpanelplacestab.cpp +++ b/indra/newview/llpanelplacestab.cpp @@ -38,6 +38,7 @@ #include "llworldmap.h" std::string LLPanelPlacesTab::sFilterSubString = LLStringUtil::null; +LLButton* LLPanelPlacesTab::sRemoveBtn = NULL; bool LLPanelPlacesTab::isTabVisible() { |