From 18d5cc111cba70ba14219758a577b6df38e32f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Wed, 22 Sep 2021 21:09:10 +0100 Subject: [PATCH] (Change) Disable the ability to copy issues row text from list as this is crashing the program --- UVtools.WPF/MainWindow.axaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UVtools.WPF/MainWindow.axaml b/UVtools.WPF/MainWindow.axaml index d5e03fe..fc3559e 100644 --- a/UVtools.WPF/MainWindow.axaml +++ b/UVtools.WPF/MainWindow.axaml @@ -857,7 +857,7 @@ SelectionMode="Extended" SelectedIndex="{Binding IssueSelectedIndex, Mode=TwoWay}" IsReadOnly="True" - ClipboardCopyMode="IncludeHeader" + ClipboardCopyMode="None" Items="{Binding IssuesGridItems}">