mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 07:17:27 +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
|
||||
begin
|
||||
pClassName := @ClsName[0];
|
||||
Flags := Flags and not WS_VISIBLE;
|
||||
SubClassWndProc := @PageWindowProc;
|
||||
end;
|
||||
// create window
|
||||
|
||||
Loading…
Reference in New Issue
Block a user