diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-01-17 08:28:11 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-01-17 08:28:11 +0000 |
| commit | f330d4c03f724554e7106b1b3437f1c9699eb675 (patch) | |
| tree | 6a3f6d2e6a9b7867ff85e8ff8b0db95f2b7ef0cd /src/desktop.cpp | |
| parent | remove references to about.bg.svg (diff) | |
| download | inkscape-f330d4c03f724554e7106b1b3437f1c9699eb675.tar.gz inkscape-f330d4c03f724554e7106b1b3437f1c9699eb675.zip | |
Upgraded gradient tool =)
(bzr r2228)
Diffstat (limited to 'src/desktop.cpp')
| -rw-r--r-- | src/desktop.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/desktop.cpp b/src/desktop.cpp index bf4b0ba65..903a6bd7c 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -128,7 +128,8 @@ SPDesktop::SPDesktop() is_fullscreen = false; gr_item = NULL; - gr_point_num = 0; + gr_point_type = 0; + gr_point_i = 0; gr_fill_or_stroke = true; _layer_hierarchy = NULL; |
