diff libinterp/corefcn/graphics.in.h @ 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 350cad34b0f8
children a033fd3669c0
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.in.h	Sat Jul 27 10:49:21 2013 -0700
+++ b/libinterp/corefcn/graphics.in.h	Sat Jul 27 21:40:58 2013 -0400
@@ -3662,6 +3662,8 @@
         update_axes_layout ();
       }
 
+    void sync_positions (void);
+
     void update_autopos (const std::string& elem_type);
     void update_xlabel_position (void);
     void update_ylabel_position (void);
@@ -3991,8 +3993,6 @@
     void update_fontangle (void) { update_font (); }
     void update_fontweight (void) { update_font (); }
 
-    void sync_positions (void);
-
     void update_outerposition (void)
     {
       set_activepositionproperty ("outerposition");