mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 04:16:13 +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:
|
bsNone:
|
||||||
Result := Result or WS_POPUP;
|
Result := Result or WS_POPUP;
|
||||||
else
|
else
|
||||||
Result := WS_VISIBLE;
|
Result := 0; // Never add WS_VISIBLE here, bug http://bugs.freepascal.org/view.php?id=12193
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user