Don't invalidate the whole propsheet when the page is switched.
This commit is contained in:
parent
f5d2ea6ca4
commit
bd8790bee4
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue