From e1598421524ccfa9db342e0a4b36b7a583d46ebe Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Mon, 25 Nov 2019 02:08:48 -0500 Subject: [PATCH] play nice with plugins --- .../Editors/FileSystem/FileSystemEditor.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CSharp/Libraries/UniversalEditor.UserInterface/Editors/FileSystem/FileSystemEditor.cs b/CSharp/Libraries/UniversalEditor.UserInterface/Editors/FileSystem/FileSystemEditor.cs index 4edadfd9..de1d59a1 100644 --- a/CSharp/Libraries/UniversalEditor.UserInterface/Editors/FileSystem/FileSystemEditor.cs +++ b/CSharp/Libraries/UniversalEditor.UserInterface/Editors/FileSystem/FileSystemEditor.cs @@ -54,6 +54,8 @@ namespace UniversalEditor.Editors.FileSystem protected override void OnCreated(EventArgs e) { + base.OnCreated(e); + // FIXME: this is GTK-specific... this.tv.RegisterDragSource(new DragDropTarget[] {