# HG changeset patch # User John Donoghue # Date 1428500279 14400 # Node ID ae12edf69bce48e4ccacf51dc7d85b007de3d006 # Parent 49df5054c02ede4a1f80da84e0a006153852e4e8 Set default uimenu position property to 0 (Bug #44770) * libinterp/corefcn/graphics.in.h: set postion property from 9 to 0 diff -r 49df5054c02e -r ae12edf69bce libinterp/corefcn/graphics.in.h --- a/libinterp/corefcn/graphics.in.h Tue Apr 07 22:06:14 2015 -0700 +++ b/libinterp/corefcn/graphics.in.h Wed Apr 08 09:37:59 2015 -0400 @@ -5316,7 +5316,7 @@ bool_property enable , "on" color_property foregroundcolor , color_values (0, 0, 0) string_property label , "" - double_property position , 9 + double_property position , 0 bool_property separator , "off" // Octave-specific properties string_property fltk_label h , ""