mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 22:58:14 +02:00
IDE: clean up
git-svn-id: trunk@34649 -
This commit is contained in:
parent
fcfc88b774
commit
6261e792d5
@ -2038,8 +2038,7 @@ begin
|
||||
|
||||
IDECmdScopeObjectInspectorOnly.AddWindowClass(TObjectInspectorDlg);
|
||||
|
||||
CreateObjectInspector;
|
||||
IDEWindowCreators.Add(ObjectInspectorDlgName,nil,@CreateIDEWindow,
|
||||
IDEWindowCreators.Add(DefaultObjectInspectorName,nil,@CreateIDEWindow,
|
||||
'0','120','+230','-120','',alNone,false,@OnGetLayout);
|
||||
|
||||
ShowAnchorDesigner:=@mnuViewAnchorEditorClicked;
|
||||
|
@ -61,8 +61,6 @@ const
|
||||
DefGutterColor = DefBackgroundColor;
|
||||
DefGutterEdgeColor = cl3DShadow;
|
||||
|
||||
ObjectInspectorDlgName = 'ObjectInspectorDlg';
|
||||
|
||||
type
|
||||
EObjectInspectorException = class(Exception);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user