diff src/graphics.h.in @ 13868:87f78c11d725

cell2struct: if DIM is omitted, use a default value of 1. * ov-struct.cc (Fcell2struct): Provide default value for DIM argument. Reorganize argument decoding. New test.
author John W. Eaton <jwe@octave.org>
date Tue, 15 Nov 2011 01:29:22 -0500
parents 7ee18dc46bbb
children 3b654a0753b1
line wrap: on
line diff
--- a/src/graphics.h.in	Mon Nov 14 21:50:16 2011 -0500
+++ b/src/graphics.h.in	Tue Nov 15 01:29:22 2011 -0500
@@ -4694,7 +4694,7 @@
       {
         position.add_constraint (dim_vector (1, 2));
         position.add_constraint (dim_vector (2, 1));
-        visible.set (octave_value (false));
+        visible.set (octave_value (true));
       }
   };