lcl: misc formatting

git-svn-id: trunk@18096 -
This commit is contained in:
paul 2009-01-04 09:32:21 +00:00
parent a256b569c8
commit 342531bc74
2 changed files with 2 additions and 2 deletions

View File

@ -546,7 +546,7 @@ begin
Assert(False, 'Trace:WMSIZE in TCustomForm');
if not (csDesigning in ComponentState) then begin
OldState:=FWindowState;
Case (Message.SizeType and not SIZE_SourceIsInterface) of
case (Message.SizeType and not SIZE_SourceIsInterface) of
SIZENORMAL :
if Showing then
FWindowState := wsNormal;