mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:39:20 +02:00
fix clientrect size on show form with menu (lazarus ide, component palette height too great)
git-svn-id: trunk@6377 -
This commit is contained in:
parent
afcc4fb7cd
commit
84f362ce52
@ -1166,6 +1166,7 @@ Begin
|
|||||||
and (not lWinControl.ClientRectNeedsInterfaceUpdate) then
|
and (not lWinControl.ClientRectNeedsInterfaceUpdate) then
|
||||||
exit;
|
exit;
|
||||||
lWinControl.InvalidateClientRectCache(true);
|
lWinControl.InvalidateClientRectCache(true);
|
||||||
|
lWinControl.DoAdjustClientRectChange;
|
||||||
end;
|
end;
|
||||||
OverlayWindow := GetWindowInfo(Window)^.Overlay;
|
OverlayWindow := GetWindowInfo(Window)^.Overlay;
|
||||||
if OverlayWindow <> 0 then
|
if OverlayWindow <> 0 then
|
||||||
@ -1482,6 +1483,9 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.171 2004/12/15 17:51:16 micha
|
||||||
|
fix clientrect size on show form with menu (lazarus ide, component palette height too great)
|
||||||
|
|
||||||
Revision 1.170 2004/12/01 22:38:36 vincents
|
Revision 1.170 2004/12/01 22:38:36 vincents
|
||||||
fixed error, when more than one timer was disabled in a timer callback.
|
fixed error, when more than one timer was disabled in a timer callback.
|
||||||
|
|
||||||
|
@ -425,8 +425,6 @@ begin
|
|||||||
begin
|
begin
|
||||||
AWinControl := TWinControl(AMenu.Owner);
|
AWinControl := TWinControl(AMenu.Owner);
|
||||||
Windows.SetMenu(AWinControl.Handle, AMenu.Handle);
|
Windows.SetMenu(AWinControl.Handle, AMenu.Handle);
|
||||||
// inform LCL of changed client size
|
|
||||||
AWinControl.DoAdjustClientRectChange;
|
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -711,6 +709,9 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.300 2004/12/15 17:51:16 micha
|
||||||
|
fix clientrect size on show form with menu (lazarus ide, component palette height too great)
|
||||||
|
|
||||||
Revision 1.299 2004/11/04 16:57:32 micha
|
Revision 1.299 2004/11/04 16:57:32 micha
|
||||||
remove obsolete and unused method twin32widgetset.settext
|
remove obsolete and unused method twin32widgetset.settext
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user