mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 19:01:43 +02:00
fixed formresize from Micha
git-svn-id: trunk@4328 -
This commit is contained in:
parent
d454bbaa1a
commit
d6126baede
@ -477,7 +477,7 @@ Begin
|
|||||||
End;
|
End;
|
||||||
GetClientRect(Window, R);
|
GetClientRect(Window, R);
|
||||||
SendMessage(Window, WM_MOVE, 0, MakeLParam(PWindowPos(LParam)^.x, PWindowPos(LParam)^.y));
|
SendMessage(Window, WM_MOVE, 0, MakeLParam(PWindowPos(LParam)^.x, PWindowPos(LParam)^.y));
|
||||||
SendMessage(Window, WM_SIZE, 0, MakeLParam(R.right-R.left, R.bottom-R.top));
|
// SendMessage(Window, WM_SIZE, 0, MakeLParam(R.right-R.left, R.bottom-R.top));
|
||||||
WinProcess:=false;
|
WinProcess:=false;
|
||||||
End;
|
End;
|
||||||
End;
|
End;
|
||||||
@ -545,6 +545,9 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.28 2003/06/27 21:41:14 mattias
|
||||||
|
fixed formresize from Micha
|
||||||
|
|
||||||
Revision 1.27 2003/06/25 15:27:18 mattias
|
Revision 1.27 2003/06/25 15:27:18 mattias
|
||||||
fixed timer calling conventions from Micha
|
fixed timer calling conventions from Micha
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user