diff options
author | Jonathan Yap <jhwelch@gmail.com> | 2018-01-15 16:01:24 -0500 |
---|---|---|
committer | Jonathan Yap <jhwelch@gmail.com> | 2018-01-15 16:01:24 -0500 |
commit | a1b3436586514c6be5c4d7703dfc68a66d942075 (patch) | |
tree | b3f8e83550b0fa67767a15629deceb53d0e8e53a /indra/newview/llfloaterpreference.cpp | |
parent | 3afaa799628c74abdd1542514bc3852432c3925b (diff) |
STORM-2145 Get current preset indicator to work properly
Diffstat (limited to 'indra/newview/llfloaterpreference.cpp')
-rw-r--r-- | indra/newview/llfloaterpreference.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp index df21bec0bc..0a717cc834 100644 --- a/indra/newview/llfloaterpreference.cpp +++ b/indra/newview/llfloaterpreference.cpp @@ -2643,11 +2643,7 @@ void LLPanelPreferenceView::setPresetText() { if (presetsMgr->isCameraDirty() && !preset_camera_active.empty()) { - gSavedSettings.setString("PresetCameraActive", ""); preset_camera_active.clear(); - // This doesn't seem to cause an infinite recursion. This trigger is needed to cause the pulldown - // panel to update. - LLPresetsManager::getInstance()->triggerChangeCameraSignal(); } } |