Skip to content
Snippets Groups Projects
Commit c8f21753 authored by Oz Linden's avatar Oz Linden
Browse files

STORM-1881: close dictionary import dialog if parent spell checking prefs dialog is closed

parent fc1f30a0
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,7 @@ void LLFloaterSpellCheckerSettings::onClose(bool app_quitting)
// don't save anything
return;
}
LLFloaterReg::hideInstance("prefs_spellchecker_import");
std::list<std::string> list_dict;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment