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

from a property sheets.
This commit is contained in:
Noomen Hamza 2000-06-07 02:01:28 +00:00 committed by Alexandre Julliard
parent afd6a4b810
commit 6ce34254d0
1 changed files with 1 additions and 0 deletions

View File

@ -1734,6 +1734,7 @@ static BOOL PROPSHEET_RemovePage(HWND hwndDlg,
{
/* activate the next page */
PROPSHEET_ShowPage(hwndDlg, index + 1, psInfo);
psInfo->active_page = index;
}
}
else