changeset 19684:50f14692e33b

Freset: do not reset figure outerposition (part of bug #43960) * graphics.cc: erase "outerposition" from the list of factory defaults.
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Mon, 02 Feb 2015 15:13:22 +0100
parents 830c8457295a
children 885d38747cd5
files libinterp/corefcn/graphics.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.cc	Sun Feb 01 22:15:34 2015 -0500
+++ b/libinterp/corefcn/graphics.cc	Mon Feb 02 15:13:22 2015 +0100
@@ -4538,6 +4538,7 @@
   property_list::pval_map_type plist = xproperties.factory_defaults ();
   plist.erase ("units");
   plist.erase ("position");
+  plist.erase ("outerposition");
   plist.erase ("paperunits");
   plist.erase ("paperposition");
   plist.erase ("windowstyle");