Commit e595ff24 authored by Alexandre Julliard's avatar Alexandre Julliard

Enable the apply button when changing drive type.

parent 97567c2d
......@@ -743,6 +743,10 @@ DriveDlgProc (HWND dialog, UINT msg, WPARAM wParam, LPARAM lParam)
break;
}
break;
case CBN_SELCHANGE:
SendMessage(GetParent(dialog), PSM_CHANGED, 0, 0);
break;
}
switch (LOWORD(wParam))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment