diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-11-16 18:57:41 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-11-16 18:57:41 +0200 |
commit | e7ef0512a27adce621b8523f6cb81a8daa73e12d (patch) | |
tree | 826f354a609b57db9a878dfe88fa19fc9caa70ce /indra/newview/llfloatersnapshot.cpp | |
parent | 557a64f8076666be767eea7567e3375aa71aa1e4 (diff) |
EXP-1562 WIP Disable custom resolution controls by default (when "Current Window" is pre-select).
Diffstat (limited to 'indra/newview/llfloatersnapshot.cpp')
-rw-r--r-- | indra/newview/llfloatersnapshot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatersnapshot.cpp b/indra/newview/llfloatersnapshot.cpp index 63fa93b1a1..181570138e 100644 --- a/indra/newview/llfloatersnapshot.cpp +++ b/indra/newview/llfloatersnapshot.cpp @@ -1726,7 +1726,7 @@ void LLFloaterSnapshot::Impl::setWorking(LLFloaterSnapshot* floater, bool workin LLPanelSnapshot* active_panel = getActivePanel(floater); if (active_panel) { - active_panel->setCtrlsEnabled(!working); + active_panel->enableControls(!working); } } |