Applied the following dooglus patches from the sourceforge tracker:
[synfig.git] / synfig-studio / trunk / src / gtkmm / widget_distance.cpp
index 081775a..ec16d7d 100644 (file)
@@ -57,6 +57,7 @@ using namespace studio;
 
 Widget_Distance::Widget_Distance():
        Gtk::SpinButton(0.05,5),
+       distance_(1, Distance::SYSTEM_POINTS),
        adjustment(0,-100000000,100000000,1,1,1)
 //     adjustment(0,-100000000,100000000,1,2,0)
 {