Browse Source

Make updatePossibleValues notify web

longchair 8 years ago
parent
commit
6d7ba4dba3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/settings/SettingsSection.cpp

+ 1 - 0
src/settings/SettingsSection.cpp

@@ -75,6 +75,7 @@ void SettingsSection::updatePossibleValues(const QString &key, const QVariantLis
 {
   if (m_values.contains(key))
     m_values[key]->setPossibleValues(possibleValues);
+  emit SettingsComponent::Get().groupUpdate(m_sectionID, descriptions());
 }
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////