mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 15:36:03 +02:00
wince: Fixes initial form visibility, fixes bug #12193
git-svn-id: trunk@21265 -
This commit is contained in:
parent
61788cde33
commit
061072087b
@ -1080,7 +1080,7 @@ begin
|
||||
bsNone:
|
||||
Result := Result or WS_POPUP;
|
||||
else
|
||||
Result := WS_VISIBLE;
|
||||
Result := 0; // Never add WS_VISIBLE here, bug http://bugs.freepascal.org/view.php?id=12193
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user