Skip to content

Commit af63a22

Browse files
committed
Changing to use Clipboard.SetDataObject
Bumped ot 1.0.9 release of SMTX
1 parent 07c6360 commit af63a22

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MainDemo.Wpf/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ private void OnCopy(object sender, ExecutedRoutedEventArgs e)
6464
{
6565
try
6666
{
67-
Clipboard.SetText(stringValue, TextDataFormat.UnicodeText);
67+
Clipboard.SetDataObject(stringValue);
6868
}
6969
catch (Exception ex)
7070
{

paket.dependencies

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ nuget NSubstitute ~> 2.0
88
nuget RhinoMocks 3.6.1
99
nuget Shouldly ~> 2.8
1010
nuget xunit ~> 2.2
11-
nuget ShowMeTheXAML ~> 1.0.8
12-
nuget ShowMeTheXAML.AvalonEdit ~> 1.0.8
13-
nuget ShowMeTheXAML.MSBuild ~> 1.0.8
11+
nuget ShowMeTheXAML ~> 1.0.9
12+
nuget ShowMeTheXAML.AvalonEdit ~> 1.0.9
13+
nuget ShowMeTheXAML.MSBuild ~> 1.0.9
1414

1515
github ControlzEx/ControlzEx:e687c6ac4279c4e513b7ef9a75622411350db874 src/ControlzEx/PopupEx.cs
1616
github ControlzEx/ControlzEx:e687c6ac4279c4e513b7ef9a75622411350db874 src/ControlzEx/PackIconBase.cs

0 commit comments

Comments
 (0)