changeset 20206:b70f8da6dcd3 stable

Default uicontextmenu visible to 'off' (Bug #44939) * libinterp/corefcn/graphics.in.h (uicontextmenu::init) set visible property to off.
author John Donoghue
date Thu, 07 May 2015 17:16:36 -0400
parents 17542843a20b
children 4f45eaf83908
files libinterp/corefcn/graphics.in.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.in.h	Wed May 06 14:51:30 2015 -0400
+++ b/libinterp/corefcn/graphics.in.h	Thu May 07 17:16:36 2015 -0400
@@ -5381,7 +5381,7 @@
     {
       position.add_constraint (dim_vector (1, 2));
       position.add_constraint (dim_vector (2, 1));
-      visible.set (octave_value (true));
+      visible.set (octave_value (false));
     }
 
   private: