Commit 490e0029 authored by Gregor Brunmar's avatar Gregor Brunmar Committed by Alexandre Julliard

comctl32: Disable propsheet apply button at start up.

parent 7ac980b1
......@@ -3521,6 +3521,8 @@ PROPSHEET_DialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
* from which to switch to the next page */
SendMessageW(hwndTabCtrl, TCM_SETCURSEL, psInfo->active_page, 0);
PROPSHEET_UnChanged(hwnd, (HWND)wParam);
return TRUE;
}
......
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