|
@@ -127,6 +127,7 @@ public partial class DynamicEditorForm : ThemableChromelessWindow, IDynamicEdito
|
|
|
Form.Setup(type, pages, buttons, pageDataHandler, preloadPages);
|
|
|
}
|
|
|
public void SetLayoutType<T>() where T : DynamicEditorGridLayout => Form.SetLayoutType<T>();
|
|
|
+ public void SetLayout(DynamicEditorGridLayout layout) => Form.SetLayout(layout);
|
|
|
|
|
|
// Providing new implementation to avoid using DIalogResult, which breaks if non-modal.
|
|
|
public new bool? ShowDialog()
|