diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-11-04 15:48:45 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-23 14:50:04 +0300 |
commit | b5b266c4d2bdf71d89f5d2545e7d6e7966082c90 (patch) | |
tree | 2d4fa20fecefeef5eba7c0c5fdb86851193219f5 /indra/newview/llfloaterpreference.h | |
parent | fd5c1a1f0787d8464432a8ed592b0d6d9b8da092 (diff) |
SL-6109
- Fixed defaults not restoring reliably
- Fixed temporary changes not lifting reliably
- Fixed switching modes was dropping changes to mode we switch to
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r-- | indra/newview/llfloaterpreference.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h index 1d6b3a9e1a..f89923e497 100644 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -308,7 +308,9 @@ public: /*virtual*/ void onCancelKeyBind(); private: + // reloads settings, discards current changes, updates table void regenerateControls(); + void populateControlTable(); void addSeparator(); void updateTable(); |