mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 02:19:57 +02:00
IDEIntf: clean up
git-svn-id: trunk@15558 -
This commit is contained in:
parent
dabde77f8b
commit
b420930fb2
@ -65,7 +65,6 @@ implementation
|
||||
procedure TFieldsListFrm.BitBtnOkClick(Sender: TObject);
|
||||
var
|
||||
i: integer;
|
||||
NewName:string;
|
||||
NewField: TField;
|
||||
fModified: boolean;
|
||||
PreActive: boolean;
|
||||
|
@ -192,6 +192,7 @@ begin
|
||||
begin
|
||||
if TheDialog.Modified and FileExists(TheDialog.FileName) then
|
||||
begin
|
||||
DebugLn(['TGraphicPropertyEditor.Edit ',dbgsname(GetTypeData(GetPropType)^.ClassType)]);
|
||||
{$Warnings off}
|
||||
// TGraphic itself is an abstract class, so the compiler will warn
|
||||
if AGraphic = nil then begin
|
||||
|
Loading…
Reference in New Issue
Block a user