Commit bd8790be authored by Felix Nawothnig's avatar Felix Nawothnig Committed by Alexandre Julliard

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

parent f5d2ea6c
......@@ -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;
}
......
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