Don't invalidate the whole propsheet when the page is switched.

This commit is contained in:
Felix Nawothnig 2005-07-06 19:03:33 +00:00 committed by Alexandre Julliard
parent f5d2ea6ca4
commit bd8790bee4
1 changed files with 0 additions and 3 deletions

View File

@ -1623,9 +1623,6 @@ static BOOL PROPSHEET_ShowPage(HWND hwndDlg, int index, PropSheetInfo * psInfo)
ShowWindow(hwndLineHeader, SW_SHOW);
}
InvalidateRgn(hwndDlg, NULL, TRUE);
UpdateWindow(hwndDlg);
return TRUE;
}