"type alias" editor fix ( report by Werner Hauptfleisch )
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@781 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
a0c252c656
commit
8d5feeb061
@ -223,7 +223,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
finally
|
finally
|
||||||
if ( not Result ) and ( UpdateType = etCreate ) and ( AObject = nil ) then begin
|
if ( not Result ) and ( UpdateType = etCreate ) and ( AObject = nil ) and ( FObject <> nil ) then begin
|
||||||
FSymbolTable.CurrentModule.InterfaceSection.Declarations.Extract(FObject);
|
FSymbolTable.CurrentModule.InterfaceSection.Declarations.Extract(FObject);
|
||||||
FSymbolTable.CurrentModule.InterfaceSection.Types.Extract(FObject);
|
FSymbolTable.CurrentModule.InterfaceSection.Types.Extract(FObject);
|
||||||
FSymbolTable.CurrentModule.InterfaceSection.Classes.Extract(FObject);
|
FSymbolTable.CurrentModule.InterfaceSection.Classes.Extract(FObject);
|
||||||
|
Loading…
Reference in New Issue
Block a user