From 4ad73508f7fea5e34848b2761c73b9ce9a9ab8ca Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 15 Mar 2021 22:12:37 +0300 Subject: Sound options: Apply button isn't enabled when one changes the sound --- src/mir_app/src/sounds.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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(); } } -- cgit v1.2.3