mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 06:31:37 +01:00
MG: fixed TPanel and Frame3D
git-svn-id: trunk@3371 -
This commit is contained in:
parent
23fac992bf
commit
aa4633fc58
@ -1618,7 +1618,8 @@ procedure TProject.MoveEditorIndex(OldEditorIndex, NewEditorIndex: integer);
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
var i:integer;
|
var
|
||||||
|
i:integer;
|
||||||
AnUnitInfo: TUnitInfo;
|
AnUnitInfo: TUnitInfo;
|
||||||
begin
|
begin
|
||||||
if OldEditorIndex=NewEditorIndex then exit;
|
if OldEditorIndex=NewEditorIndex then exit;
|
||||||
@ -1980,6 +1981,9 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.77 2002/09/20 13:11:11 lazarus
|
||||||
|
MG: fixed TPanel and Frame3D
|
||||||
|
|
||||||
Revision 1.76 2002/09/20 11:40:07 lazarus
|
Revision 1.76 2002/09/20 11:40:07 lazarus
|
||||||
MG: added Move Page Left/Right for sourcenotebook
|
MG: added Move Page Left/Right for sourcenotebook
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user