Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-studio / tags / stable / src / gtkmm / widget_vector.cpp
index 38d9097..ad82683 100644 (file)
@@ -56,8 +56,8 @@ using namespace studio;
 
 Widget_Vector::Widget_Vector():
        Gtk::HBox(false, 5),
-       x_adjustment(0,-100000000,100000000,0.05,0.05,0.05),
-       y_adjustment(0,-100000000,100000000,0.05,0.05,0.05)
+       x_adjustment(0,-100000000,100000000,0.05,0.05,0),
+       y_adjustment(0,-100000000,100000000,0.05,0.05,0)
 {
        Gtk::Label *label;