comparison libgui/graphics/Figure.cc @ 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
comparison
equal deleted inserted replaced
20113:c36f2b083613 20114:5f0cb9bb6a50
849 } 849 }
850 850
851 void 851 void
852 Figure::editCopy (bool /* choose_format */) 852 Figure::editCopy (bool /* choose_format */)
853 { 853 {
854 QString format = "jpg"; 854 QString format = "png";
855 855
856 #if 0 856 #if 0
857 857
858 // FIXME: allow choice of image formats. 858 // FIXME: allow choice of image formats.
859 859