mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 18:29:12 +02:00
IDE: clean up
git-svn-id: trunk@40365 -
This commit is contained in:
parent
51657166be
commit
401d8bc33b
@ -235,7 +235,7 @@ type
|
||||
AncestorClassName, Identifier: string;
|
||||
var IsDefined: boolean);
|
||||
procedure RegisterDefineProperty(const APersistentClassName,
|
||||
Identifier: string);
|
||||
Identifier: string); override;
|
||||
procedure RegisterStandardDefineProperties;
|
||||
|
||||
// keys
|
||||
|
@ -4134,7 +4134,6 @@ begin
|
||||
NewUnitName:=AnUnitInfo.Unit_Name;
|
||||
if NewUnitName='' then
|
||||
NewUnitName:=ExtractFileNameOnly(AnUnitInfo.Filename);
|
||||
// ToDo: create AncestorBinStream(s) via hook, not via parameters
|
||||
DisableAutoSize:=true;
|
||||
NewComponent:=FormEditor1.CreateRawComponentFromStream(BinStream, AnUnitInfo.UnitResourceFileformat,
|
||||
AncestorType,copy(NewUnitName,1,255),true,true,DisableAutoSize,AnUnitInfo);
|
||||
|
Loading…
Reference in New Issue
Block a user