diff options
author | Jonathan Yap <jhwelch@gmail.com> | 2014-12-03 09:38:10 -0500 |
---|---|---|
committer | Jonathan Yap <jhwelch@gmail.com> | 2014-12-03 09:38:10 -0500 |
commit | afd12a6e784574e69ef3b3e7cac14573fe7c3197 (patch) | |
tree | bbd9dbac307a7f0419361ae74156bd74e29a3981 /indra/newview/llpanelpresetspulldown.cpp | |
parent | cc22efa4c0d6b06bac6f49b6243df7726f89c7c4 (diff) |
STORM-2082 Send signal to pulldown panel to refresh itself
Diffstat (limited to 'indra/newview/llpanelpresetspulldown.cpp')
-rw-r--r-- | indra/newview/llpanelpresetspulldown.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llpanelpresetspulldown.cpp b/indra/newview/llpanelpresetspulldown.cpp index cd049712e1..093b5caad9 100644 --- a/indra/newview/llpanelpresetspulldown.cpp +++ b/indra/newview/llpanelpresetspulldown.cpp @@ -150,8 +150,6 @@ void LLPanelPresetsPulldown::onRowClick(const LLSD& user_data) instance->refreshEnabledGraphics(); } setVisible(FALSE); - // This line shouldn't be necessary but it is. - populatePanel(); } } } |