diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-24 15:05:48 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-24 15:05:55 +0300 |
commit | c0f6475d8f49a0d97428c674cc3ec938fe78213b (patch) | |
tree | 9cf5b3f844054c6b054196230b15b9589b6e2bec /plugins/NewStory/src/options.cpp | |
parent | 8f1339b651bab945473b77d490c746cd2b63f2db (diff) |
fixes #2350 (NewStory: в настройках шаблонов нужна кнопка "Reset to default")
Diffstat (limited to 'plugins/NewStory/src/options.cpp')
-rw-r--r-- | plugins/NewStory/src/options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewStory/src/options.cpp b/plugins/NewStory/src/options.cpp index dae3d07a52..f873699eec 100644 --- a/plugins/NewStory/src/options.cpp +++ b/plugins/NewStory/src/options.cpp @@ -133,6 +133,7 @@ public: if (m_curr) m_edit.SetText(m_curr->defvalue); UpdatePreview(0); + NotifyChange(); } void onClick_Discard(CCtrlButton *) |