Commit 6ce34254 authored by Noomen Hamza's avatar Noomen Hamza Committed by Alexandre Julliard

The active page should be unchanged when removing an active first page

from a property sheets.
parent afd6a4b8
...@@ -1734,6 +1734,7 @@ static BOOL PROPSHEET_RemovePage(HWND hwndDlg, ...@@ -1734,6 +1734,7 @@ static BOOL PROPSHEET_RemovePage(HWND hwndDlg,
{ {
/* activate the next page */ /* activate the next page */
PROPSHEET_ShowPage(hwndDlg, index + 1, psInfo); PROPSHEET_ShowPage(hwndDlg, index + 1, psInfo);
psInfo->active_page = index;
} }
} }
else else
......
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