diff options
author | George Hazan <ghazan@miranda.im> | 2021-03-15 22:12:37 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-03-15 22:12:37 +0300 |
commit | 4ad73508f7fea5e34848b2761c73b9ce9a9ab8ca (patch) | |
tree | 44793146b4ca3fc043317805d60bfb03d34ad94c /src | |
parent | 3d155d30b429a0525c6cc5860c1a04980450f687 (diff) |
Sound options: Apply button isn't enabled when one changes the sound
Diffstat (limited to 'src')
-rw-r--r-- | src/mir_app/src/sounds.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_app/src/sounds.cpp b/src/mir_app/src/sounds.cpp index 13aae2c17c..fb48be7383 100644 --- a/src/mir_app/src/sounds.cpp +++ b/src/mir_app/src/sounds.cpp @@ -260,6 +260,7 @@ public: PathToRelativeW(str, strFull);
p->ptszTempFile = mir_wstrdup(strFull);
SetDlgItemText(m_hwnd, IDC_LOCATION, strFull);
+ NotifyChange();
}
}
|