comparison src/graphics.h.in @ 7830:61aee739a4da

Make sure to initialize axes xform data.
author Michael Goffioul <michael.goffioul@gmail.com>
date Sun, 17 Feb 2008 22:27:48 +0100
parents 8ca8e97e8c0a
children e06fdf7ea647
comparison
equal deleted inserted replaced
7829:8ca8e97e8c0a 7830:61aee739a4da
2614 public: 2614 public:
2615 axes (const graphics_handle& mh, const graphics_handle& p) 2615 axes (const graphics_handle& mh, const graphics_handle& p)
2616 : base_graphics_object (), xproperties (mh, p), default_properties () 2616 : base_graphics_object (), xproperties (mh, p), default_properties ()
2617 { 2617 {
2618 xproperties.override_defaults (*this); 2618 xproperties.override_defaults (*this);
2619 xproperties.update_transform ();
2619 } 2620 }
2620 2621
2621 ~axes (void) { xproperties.delete_children (); } 2622 ~axes (void) { xproperties.delete_children (); }
2622 2623
2623 void override_defaults (base_graphics_object& obj) 2624 void override_defaults (base_graphics_object& obj)