| commit | 6ce34254d02b38d2b7c3d8d3fc42ee7d46789bbd | [log] [tgz] |
|---|---|---|
| author | Noomen Hamza <noomen@macadamian.com> | Wed Jun 07 02:01:28 2000 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Jun 07 02:01:28 2000 +0000 |
| tree | 9637b15b9e4192e11b73815202cfd22b33e2d2de | |
| parent | afd6a4b810aabc769e307287134a31c3a89cca5b [diff] |
The active page should be unchanged when removing an active first page from a property sheets.
diff --git a/dlls/comctl32/propsheet.c b/dlls/comctl32/propsheet.c index 6dd2250..efbd066 100644 --- a/dlls/comctl32/propsheet.c +++ b/dlls/comctl32/propsheet.c
@@ -1734,6 +1734,7 @@ { /* activate the next page */ PROPSHEET_ShowPage(hwndDlg, index + 1, psInfo); + psInfo->active_page = index; } } else