From d774d7dbd68b2d0cd88a4b803452f4c74d824946 Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Thu, 12 Dec 2013 14:15:49 +0100 Subject: Partial fix for Bug #1256347 (spiral and stars tools, the inputbox for turns and corners shows 3 after undo). (bzr r12846) --- src/widgets/spiral-toolbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/widgets/spiral-toolbar.cpp b/src/widgets/spiral-toolbar.cpp index 6b10bfce9..7fc6d1b34 100644 --- a/src/widgets/spiral-toolbar.cpp +++ b/src/widgets/spiral-toolbar.cpp @@ -136,7 +136,7 @@ static void sp_spl_tb_defaults(GtkWidget * /*widget*/, GObject *obj) GtkAdjustment *adj; // fixme: make settable - gdouble rev = 5; + gdouble rev = 3; gdouble exp = 1.0; gdouble t0 = 0.0; -- cgit v1.2.3