mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-23 15:42:46 +02:00
MG: fixed notebook client area, send messages and minor bugs
git-svn-id: trunk@1877 -
This commit is contained in:
parent
5a35618d19
commit
d014f48d44
@ -4931,10 +4931,6 @@ begin
|
||||
ParentControl:=ParentControl.Parent;
|
||||
end;
|
||||
end;}
|
||||
{if (Target is TPage) or (Target is TNoteBook) then begin
|
||||
writeln('TGTKObject.SendMessage ',TControl(Target).Name,':',Target.ClassName,
|
||||
' Handle=',HexStr(Cardinal(HandleWnd),8));
|
||||
end;}
|
||||
if Msg=LM_GtkPAINT then begin
|
||||
// convert LM_GtkPAINT to LM_PAINT
|
||||
AMessage.Msg := LM_PAINT;
|
||||
@ -6327,6 +6323,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.121 2002/09/06 15:57:36 lazarus
|
||||
MG: fixed notebook client area, send messages and minor bugs
|
||||
|
||||
Revision 1.120 2002/09/06 11:33:36 lazarus
|
||||
MG: added jitform error messagedlg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user