X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fwidget_vector.cpp;h=ad826834206d5ebcd03c72366927c4c745adabc5;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=38d9097652ac4f5c61e8d1f23798d89259bf231c;hpb=c2813b4d63804cac9b4067146a9e6eca717cb3e4;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/widget_vector.cpp b/synfig-studio/trunk/src/gtkmm/widget_vector.cpp index 38d9097..ad82683 100644 --- a/synfig-studio/trunk/src/gtkmm/widget_vector.cpp +++ b/synfig-studio/trunk/src/gtkmm/widget_vector.cpp @@ -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;