# HG changeset patch # User John Donoghue # Date 1431033396 14400 # Node ID b70f8da6dcd38d76c840858fdd64e2605dbc1861 # Parent 17542843a20baae0773fbc477e97481b2945420c Default uicontextmenu visible to 'off' (Bug #44939) * libinterp/corefcn/graphics.in.h (uicontextmenu::init) set visible property to off. diff --git a/libinterp/corefcn/graphics.in.h b/libinterp/corefcn/graphics.in.h --- a/libinterp/corefcn/graphics.in.h +++ b/libinterp/corefcn/graphics.in.h @@ -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: