Mercurial > hg > octave-nkf
diff libinterp/corefcn/graphics.cc @ 17098:786bcce466e9
Initialize the tightinset during initialization of axes.
* libinterp/corefcn/graphics.in.h: Make sync_positions () public.
* libinterp/corefcn/graphics.cc (axes::initialize): Call sync_positions when
initializing an axes.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Sat, 27 Jul 2013 21:40:58 -0400 |
parents | 86067af51d5e |
children | bcada0a4f8a7 |
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.cc +++ b/libinterp/corefcn/graphics.cc @@ -6915,6 +6915,8 @@ xinitialize (xproperties.get_xlabel ()); xinitialize (xproperties.get_ylabel ()); xinitialize (xproperties.get_zlabel ()); + + xproperties.sync_positions (); } // ---------------------------------------------------------------------