summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterspellchecksettings.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-07-12 12:56:11 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2024-07-12 19:29:07 +0300
commit4bc5c806c7c48a20d31a39e631601fdd04a51dfe (patch)
treefc1255c9e98d6fb0281f1d4c11bac978828630e1 /indra/newview/llfloaterspellchecksettings.h
parent934021f3244d5a090d5171676762f637a90e6d4e (diff)
viewer#1990 Fixed "Main dictionary" option is switching to the previous value
Diffstat (limited to 'indra/newview/llfloaterspellchecksettings.h')
-rw-r--r--indra/newview/llfloaterspellchecksettings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterspellchecksettings.h b/indra/newview/llfloaterspellchecksettings.h
index f05bf68040..ff76ff6ba5 100644
--- a/indra/newview/llfloaterspellchecksettings.h
+++ b/indra/newview/llfloaterspellchecksettings.h
@@ -45,6 +45,8 @@ protected:
void onBtnRemove();
void onSpellCheckSettingsChange();
void refreshDictionaries(bool from_settings);
+
+ bool mMainSelectionChanged{ false };
};
class LLFloaterSpellCheckerImport : public LLFloater