From c193b461f4c5fc56c53a8183558f8d57dd718394 Mon Sep 17 00:00:00 2001 From: Jaex Date: Tue, 28 Jul 2020 17:35:05 +0300 Subject: [PATCH] Add context menu to QR code form decode text box --- ShareX/Forms/QRCodeForm.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ShareX/Forms/QRCodeForm.cs b/ShareX/Forms/QRCodeForm.cs index 7a49f16c3..a7626f411 100644 --- a/ShareX/Forms/QRCodeForm.cs +++ b/ShareX/Forms/QRCodeForm.cs @@ -66,6 +66,8 @@ public QRCodeForm(string text = null) { txtQRCode.Text = text; } + + rtbDecodeResult.AddContextMenu(); } public static QRCodeForm EncodeClipboard()