From: dooglus Date: Mon, 20 Oct 2008 19:28:09 +0000 (+0000) Subject: I forgot to commit this file as part of r2108. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=55490e15f0dd3df858611ce3b76e2e294367d566;p=synfig.git I forgot to commit this file as part of r2108. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2109 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/widget_distance.cpp b/synfig-studio/trunk/src/gtkmm/widget_distance.cpp index a2afcd9..050b411 100644 --- a/synfig-studio/trunk/src/gtkmm/widget_distance.cpp +++ b/synfig-studio/trunk/src/gtkmm/widget_distance.cpp @@ -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);