The active page should be unchanged when removing an active first page
from a property sheets.
This commit is contained in:
parent
afd6a4b810
commit
6ce34254d0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue