changeset 13714:a2f8ca655ca3

Make uicontextmenu::visible property off by default. * graphics.h.in (uicontextmenu::properties::init): Set visible to false.
author Michael Goffioul <michael.goffioul@gmail.com>
date Mon, 17 Oct 2011 21:46:08 +0100
parents d99aa455296e
children f8eca611e18f
files src/graphics.h.in
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/graphics.h.in	Mon Oct 17 21:46:02 2011 +0100
+++ b/src/graphics.h.in	Mon Oct 17 21:46:08 2011 +0100
@@ -4642,6 +4642,7 @@
       {
         position.add_constraint (dim_vector (1, 2));
         position.add_constraint (dim_vector (2, 1));
+        visible.set (octave_value (false));
       }
   };