changeset 20114:5f0cb9bb6a50

use png instead of jpg as default format for copying plots to clipboard * Figure.cc (Figure::editCopy): Initialize format to "png".
author John W. Eaton <jwe@octave.org>
date Wed, 22 Apr 2015 07:05:23 -0500
parents c36f2b083613
children 7e0e8fb16201
files libgui/graphics/Figure.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/graphics/Figure.cc	Wed Apr 22 00:36:24 2015 -0500
+++ b/libgui/graphics/Figure.cc	Wed Apr 22 07:05:23 2015 -0500
@@ -851,7 +851,7 @@
 void
 Figure::editCopy (bool /* choose_format */)
 {
-  QString format = "jpg";
+  QString format = "png";
 
 #if 0