wince: Fixes initial form visibility, fixes bug #12193

git-svn-id: trunk@21265 -
This commit is contained in:
sekelsenmat 2009-08-17 16:38:57 +00:00
parent 61788cde33
commit 061072087b

View File

@ -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;