# HG changeset patch # User Michael Goffioul # Date 1318884368 -3600 # Node ID a2f8ca655ca3c02344e6a176b2a568738c0a5ae2 # Parent d99aa455296e0ece82bddca44859d62344470dd4 Make uicontextmenu::visible property off by default. * graphics.h.in (uicontextmenu::properties::init): Set visible to false. diff -r d99aa455296e -r a2f8ca655ca3 src/graphics.h.in --- 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)); } };