win32: don't remove WS_VISIBLE flag from TCustomPage window - it is not passed there by default anyway

git-svn-id: trunk@24710 -
This commit is contained in:
paul 2010-04-19 03:22:11 +00:00
parent 7068d507da
commit d8edee2e5e

View File

@ -289,7 +289,6 @@ begin
with Params do with Params do
begin begin
pClassName := @ClsName[0]; pClassName := @ClsName[0];
Flags := Flags and not WS_VISIBLE;
SubClassWndProc := @PageWindowProc; SubClassWndProc := @PageWindowProc;
end; end;
// create window // create window