diff options
| -rwxr-xr-x | indra/newview/llfloaterpreference.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp index a333989e7e..655dde3145 100755 --- a/indra/newview/llfloaterpreference.cpp +++ b/indra/newview/llfloaterpreference.cpp @@ -741,7 +741,8 @@ void LLFloaterPreference::onClose(bool app_quitting)  void LLFloaterPreference::onOpenHardwareSettings()  { -	LLFloaterReg::showInstance("prefs_hardware_settings"); +	LLFloater* floater = LLFloaterReg::showInstance("prefs_hardware_settings"); +	addDependentFloater(floater, FALSE);  }  // static   void LLFloaterPreference::onBtnOK() | 
