mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 20:47:09 +01:00
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:
parent
7068d507da
commit
d8edee2e5e
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user