summaryrefslogtreecommitdiffstats
path: root/pkg/gui/custom_patch_options_panel.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/custom_patch_options_panel.go')
-rw-r--r--pkg/gui/custom_patch_options_panel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/custom_patch_options_panel.go b/pkg/gui/custom_patch_options_panel.go
index 6d640157b..2dfcf4e1e 100644
--- a/pkg/gui/custom_patch_options_panel.go
+++ b/pkg/gui/custom_patch_options_panel.go
@@ -202,7 +202,7 @@ func (gui *Gui) handleApplyPatch(reverse bool) error {
}
func (gui *Gui) copyPatchToClipboard() error {
- patch := gui.git.Patch.PatchManager.RenderAggregatedPatchColored(true)
+ patch := gui.git.Patch.PatchManager.RenderAggregatedPatch(true)
gui.c.LogAction(gui.c.Tr.Actions.CopyPatchToClipboard)
if err := gui.os.CopyToClipboard(patch); err != nil {