From e268110f4b9d0034d5a88e1ab60662a1ebec7fd8 Mon Sep 17 00:00:00 2001 From: Jaex Date: Thu, 12 Mar 2020 09:55:26 +0300 Subject: [PATCH] Set AllowDrop true temporarily --- ShareX.HistoryLib/Forms/ImageHistoryForm.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ShareX.HistoryLib/Forms/ImageHistoryForm.Designer.cs b/ShareX.HistoryLib/Forms/ImageHistoryForm.Designer.cs index cc812299c..d32f42d9c 100644 --- a/ShareX.HistoryLib/Forms/ImageHistoryForm.Designer.cs +++ b/ShareX.HistoryLib/Forms/ImageHistoryForm.Designer.cs @@ -63,6 +63,7 @@ private void InitializeComponent() // // ilvImages // + this.ilvImages.AllowDrop = true; this.ilvImages.AllowDuplicateFileNames = true; this.ilvImages.AllowItemReorder = false; this.ilvImages.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;