mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 08:09:34 +02:00
LCL: TCustomForm.WndProc LM_ACTIVATE, LM_SETFOCUS, LM_KILLFOCUS now call inherited
git-svn-id: trunk@13127 -
This commit is contained in:
parent
c2236293fe
commit
328bf736f2
@ -907,7 +907,6 @@ begin
|
|||||||
DebugLn('[TCustomForm.WndProc] ',Name,':',ClassName);
|
DebugLn('[TCustomForm.WndProc] ',Name,':',ClassName);
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
LCLIntf.SetFocus(FocusHandle);
|
LCLIntf.SetFocus(FocusHandle);
|
||||||
Exit;
|
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
@ -718,17 +718,17 @@ type
|
|||||||
case Integer of
|
case Integer of
|
||||||
0 : (
|
0 : (
|
||||||
WParam: LclType.WPARAM;
|
WParam: LclType.WPARAM;
|
||||||
LParam: LclType.LPARAM;
|
LParam: LclType.LPARAM;
|
||||||
Result: LclType.LRESULT);
|
Result: LclType.LRESULT);
|
||||||
{$IFNDEF CPU64}
|
{$IFNDEF CPU64}
|
||||||
// on a 64 bit platform these make no sense
|
// on a 64 bit platform these make no sense
|
||||||
1 : (
|
1 : (
|
||||||
WParamLo: Word;
|
WParamLo: Word;
|
||||||
WParamHi: Word;
|
WParamHi: Word;
|
||||||
LParamLo: Word;
|
LParamLo: Word;
|
||||||
LParamHi: Word;
|
LParamHi: Word;
|
||||||
ResultLo: Word;
|
ResultLo: Word;
|
||||||
ResultHi: Word);
|
ResultHi: Word);
|
||||||
{$endif}
|
{$endif}
|
||||||
end;
|
end;
|
||||||
{$else}
|
{$else}
|
||||||
|
Loading…
Reference in New Issue
Block a user