mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 19:39:17 +02:00
added visiblechanging
git-svn-id: trunk@2892 -
This commit is contained in:
parent
b511f58772
commit
e3b206d568
@ -993,7 +993,7 @@ begin
|
||||
with ComponentNotebook do begin
|
||||
Parent := Self;
|
||||
Name := 'ComponentNotebook';
|
||||
Left := pnlSpeedButtons.Left + pnlSpeedButtons.Width + 2;
|
||||
Left := pnlSpeedButtons.Left + pnlSpeedButtons.Width;
|
||||
Top := 0;
|
||||
Width := Self.ClientWidth - Left;
|
||||
Height := 60; //Self.ClientHeight - ComponentNotebook.Top;
|
||||
@ -3307,10 +3307,9 @@ begin
|
||||
SourceNoteBook.GetActiveSE;
|
||||
|
||||
if not (ofProjectLoading in Flags) then begin
|
||||
TempForm.Show;
|
||||
TempForm.Hide; Show;
|
||||
FDisplayState:= dsForm;
|
||||
end;
|
||||
SetDesigning(TempForm,True);
|
||||
|
||||
// select the new form (object inspector, formeditor, control selection)
|
||||
if not (ofProjectLoading in Flags) then begin
|
||||
@ -7882,6 +7881,9 @@ end.
|
||||
|
||||
{ =============================================================================
|
||||
$Log$
|
||||
Revision 1.483 2003/03/11 22:56:41 mattias
|
||||
added visiblechanging
|
||||
|
||||
Revision 1.482 2003/03/11 11:05:50 mattias
|
||||
fixed toggle form or src button
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user