mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 05:21:27 +02:00
Designer: Name a record better, TUndoList -> TUndoItem.
git-svn-id: trunk@46469 -
This commit is contained in:
parent
c1b40ee94a
commit
7964da2129
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user