mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
RichTextBox in this project never expect Cut/Paste context menu actions.
This commit is contained in:
parent
a30ac86617
commit
863e83d402
2 changed files with 0 additions and 6 deletions
|
@ -153,8 +153,6 @@
|
|||
<RichTextBox.ContextMenu>
|
||||
<ContextMenu>
|
||||
<MenuItem Command="ApplicationCommands.Copy"/>
|
||||
<MenuItem Command="ApplicationCommands.Cut"/>
|
||||
<MenuItem Command="ApplicationCommands.Paste"/>
|
||||
</ContextMenu>
|
||||
</RichTextBox.ContextMenu>
|
||||
<FlowDocument PageWidth="0"/>
|
||||
|
|
|
@ -80,8 +80,6 @@
|
|||
<RichTextBox.ContextMenu>
|
||||
<ContextMenu>
|
||||
<MenuItem Command="ApplicationCommands.Copy"/>
|
||||
<MenuItem Command="ApplicationCommands.Cut"/>
|
||||
<MenuItem Command="ApplicationCommands.Paste"/>
|
||||
</ContextMenu>
|
||||
</RichTextBox.ContextMenu>
|
||||
</RichTextBox>
|
||||
|
@ -136,8 +134,6 @@
|
|||
<RichTextBox.ContextMenu>
|
||||
<ContextMenu>
|
||||
<MenuItem Command="ApplicationCommands.Copy"/>
|
||||
<MenuItem Command="ApplicationCommands.Cut"/>
|
||||
<MenuItem Command="ApplicationCommands.Paste"/>
|
||||
</ContextMenu>
|
||||
</RichTextBox.ContextMenu>
|
||||
</RichTextBox>
|
||||
|
|
Loading…
Reference in a new issue