Skip to content

Commit

Permalink
Copy text from query window formatted (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
Víťa Tauer committed Dec 3, 2020
1 parent a478f5d commit 4f035b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/SwqlStudio/SciTextEditorControl.cs
Expand Up @@ -158,7 +158,7 @@ private void PasteMenuClick(object sender, EventArgs e)

private void CopyMenuClick(object sender, EventArgs e)
{
Copy();
Copy(CopyFormat.Rtf);
}

private void CutMenuClick(object sender, EventArgs e)
Expand Down

0 comments on commit 4f035b1

Please sign in to comment.