From 2470a4221cdba1f2376888bd09cacfe985252708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Tue, 27 Dec 2022 22:18:39 +0100 Subject: [PATCH] TextEditor: Application.MiddleClickPaste is taken into account. [GB.FORM.EDITOR] * NEW: TextEditor: Application.MiddleClickPaste is taken into account. --- comp/src/gb.form.editor/.src/TextEditor.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comp/src/gb.form.editor/.src/TextEditor.class b/comp/src/gb.form.editor/.src/TextEditor.class index 560212857..894e2ae29 100644 --- a/comp/src/gb.form.editor/.src/TextEditor.class +++ b/comp/src/gb.form.editor/.src/TextEditor.class @@ -2539,7 +2539,7 @@ Public Sub View_MouseUp() $hTimerScroll = Null Endif - If Mouse.Middle And If Not $bReadOnly Then + If Mouse.Middle And If Not $bReadOnly And If Application.MiddleClickPaste Then Clipboard.Current = Clipboard.Selection Paste Clipboard.Current = Clipboard.Default