Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-studio / tags / stable / src / gtkmm / widget_distance.cpp
index a2afcd9..050b411 100644 (file)
@@ -56,8 +56,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)
+       adjustment(0,-100000000,100000000,1,1,0)
 {
        set_adjustment(adjustment);
        set_numeric(false);