mirror of https://gitlab.com/basile.b/dexed.git
renamed enum member
This commit is contained in:
parent
bac1a99efc
commit
566bd6bbd3
|
@ -221,7 +221,7 @@ end;
|
|||
|
||||
function TCEEditorOptions.optionedWantEditorKind: TOptionEditorKind;
|
||||
begin
|
||||
exit(oekAbstract);
|
||||
exit(oekGeneric);
|
||||
end;
|
||||
|
||||
function TCEEditorOptions.optionedWantContainer: TPersistent;
|
||||
|
|
|
@ -235,7 +235,7 @@ end;
|
|||
|
||||
function TCEMessagesWidget.optionedWantEditorKind: TOptionEditorKind;
|
||||
begin
|
||||
exit(oekAbstract);
|
||||
exit(oekGeneric);
|
||||
end;
|
||||
|
||||
function TCEMessagesWidget.optionedWantContainer: TPersistent;
|
||||
|
|
|
@ -123,7 +123,7 @@ begin
|
|||
TForm(dt^.container).Align := alClient;
|
||||
TForm(dt^.container).BorderStyle:= bsNone;
|
||||
end;
|
||||
oekAbstract:
|
||||
oekGeneric:
|
||||
begin
|
||||
inspector.Parent := pnlEd;
|
||||
inspector.Align := alClient;
|
||||
|
|
Loading…
Reference in New Issue