diff src/graphics.h.in @ 12433:02669a1aa070

regexp.cc: avoid deprecated Array<T>:resize function
author John W. Eaton <jwe@octave.org>
date Thu, 10 Feb 2011 00:58:31 -0500
parents 5367bd36b9f8
children 2ed62b9f949e
line wrap: on
line diff
--- a/src/graphics.h.in	Wed Feb 09 16:26:35 2011 -0500
+++ b/src/graphics.h.in	Thu Feb 10 00:58:31 2011 -0500
@@ -3737,6 +3737,7 @@
   text (const graphics_handle& mh, const graphics_handle& p)
     : base_graphics_object (), xproperties (mh, p)
   {
+    xproperties.set_clipping ("off");
     xproperties.override_defaults (*this);
   }