Designer: Name a record better, TUndoList -> TUndoItem.

git-svn-id: trunk@46469 -
This commit is contained in:
juha 2014-10-07 22:08:40 +00:00
parent c1b40ee94a
commit 7964da2129

View File

@ -81,7 +81,7 @@ type
);
TDesignerFlags = set of TDesignerFlag;
TUndoList = record
TUndoItem = record
obj: string;
fieldName: string;
propInfo: TPropInfo;
@ -125,7 +125,7 @@ type
FShiftState: TShiftState;
FTheFormEditor: TCustomFormEditor;
FPopupMenuComponentEditor: TBaseComponentEditor;
FUndoList: array of TUndoList;
FUndoList: array of TUndoItem;
FUndoCurr: integer;
FUndoLock: integer;
FUndoActId: int64;