diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2013-12-12 13:15:49 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2013-12-12 13:15:49 +0000 |
| commit | d774d7dbd68b2d0cd88a4b803452f4c74d824946 (patch) | |
| tree | 60931302a8a6135fcbbeda25f69f0e4e2e796ada /src/widgets/spiral-toolbar.cpp | |
| parent | New CSS blending modes (outside of filters). (diff) | |
| download | inkscape-d774d7dbd68b2d0cd88a4b803452f4c74d824946.tar.gz inkscape-d774d7dbd68b2d0cd88a4b803452f4c74d824946.zip | |
Partial fix for Bug #1256347 (spiral and stars tools, the inputbox for turns and corners shows 3 after undo).
(bzr r12846)
Diffstat (limited to 'src/widgets/spiral-toolbar.cpp')
| -rw-r--r-- | src/widgets/spiral-toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
