mirror of https://gitlab.com/basile.b/dexed.git
fix, docking options is a not a form
This commit is contained in:
parent
1d26658a7b
commit
2be5f71a86
|
@ -67,7 +67,7 @@ end;
|
|||
|
||||
function TEditableAnchorDockOptions.optionedWantEditorKind: TOptionEditorKind;
|
||||
begin
|
||||
exit(oekForm);
|
||||
exit(oekControl);
|
||||
end;
|
||||
|
||||
function TEditableAnchorDockOptions.optionedWantContainer: TPersistent;
|
||||
|
|
Loading…
Reference in New Issue